File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -100,10 +100,9 @@ jobs:
100
100
- name : Checkout Repo
101
101
uses : actions/checkout@v4
102
102
- name : Set up QEMU
103
- uses : docker/setup-qemu-action@v1
103
+ uses : docker/setup-qemu-action@v2
104
104
- name : Set up Docker Buildx
105
- id : buildx
106
- uses : docker/setup-buildx-action@v1
105
+ uses : docker/setup-buildx-action@v2
107
106
- name : Set up go
108
107
uses : actions/setup-go@v5
109
108
with :
@@ -122,10 +121,9 @@ jobs:
122
121
- name : Checkout Repo
123
122
uses : actions/checkout@v4
124
123
- name : Set up QEMU
125
- uses : docker/setup-qemu-action@v1
124
+ uses : docker/setup-qemu-action@v2
126
125
- name : Set up Docker Buildx
127
- id : buildx
128
- uses : docker/setup-buildx-action@v1
126
+ uses : docker/setup-buildx-action@v2
129
127
- name : Set up go
130
128
uses : actions/setup-go@v5
131
129
with :
@@ -135,7 +133,7 @@ jobs:
135
133
with :
136
134
username : ${{ secrets.DOCKERHUB_USERNAME }}
137
135
password : ${{ secrets.DOCKERHUB_TOKEN }}
138
- - name : Pyroscope Build & push multi-arch image # todo make it multi-arch
136
+ - name : Pyroscope Build & push multi-arch image
139
137
id : build-push
140
138
run : |
141
139
make docker-image/pyroscope/push-multiarch "BUILDX_ARGS=--cache-from=type=gha --cache-to=type=gha"
You can’t perform that action at this time.
0 commit comments