File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -180,20 +180,20 @@ jobs:
180
180
username : ${{ secrets.GHCR_LOGIN }}
181
181
password : ${{ secrets.GHCR_PASSWORD }}
182
182
183
- - name : Build and push Docker image for AMD64
183
+ - name : Build and push Docker image for ARM64
184
184
uses : docker/build-push-action@v4
185
185
with :
186
- context : ./docker/amd64
186
+ context : ./docker/arm64
187
187
push : true
188
188
tags : ${{ steps.docker-metadata.outputs.tags }}
189
189
labels : ${{ steps.docker-metadata.outputs.labels }}
190
- platforms : linux/amd64
190
+ platforms : linux/arm64
191
191
192
- - name : Build and push Docker image for ARM64
192
+ - name : Build and push Docker image for AMD64
193
193
uses : docker/build-push-action@v4
194
194
with :
195
- context : ./docker/arm64
195
+ context : ./docker/amd64
196
196
push : true
197
197
tags : ${{ steps.docker-metadata.outputs.tags }}
198
198
labels : ${{ steps.docker-metadata.outputs.labels }}
199
- platforms : linux/arm64
199
+ platforms : linux/amd64
You can’t perform that action at this time.
0 commit comments