Skip to content

Commit b4c515c

Browse files
committed
🐞 fix: push images at once
1 parent 8804210 commit b4c515c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build_image.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414
build:
1515
name: Build and publish container images
1616
runs-on: ubuntu-latest
17-
strategy:
18-
matrix:
19-
architecture: [amd64, arm64]
2017
steps:
2118
- name: Set up QEMU
2219
uses: docker/setup-qemu-action@v3
@@ -54,7 +51,7 @@ jobs:
5451
uses: docker/build-push-action@v5
5552
with:
5653
push: true
57-
platforms: linux/${{ matrix.architecture }}
54+
platforms: linux/amd64,linux/arm64
5855
tags: ${{ steps.meta.outputs.tags }}
5956
labels: ${{ steps.meta.outputs.labels }}
6057
build-args: |

0 commit comments

Comments
 (0)