Skip to content

Commit 08f2e57

Browse files
committed
publish to docker reg
1 parent ffdc8c2 commit 08f2e57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-and-deploy-docker-image.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
with:
3434
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3535

36+
- name: Set up QEMU (for multi-arch support)
37+
uses: docker/setup-qemu-action@v3
38+
3639
- name: Set up Docker Buildx
3740
uses: docker/setup-buildx-action@v2
3841

@@ -42,6 +45,7 @@ jobs:
4245
with:
4346
context: .
4447
push: true
48+
platforms: linux/amd64,linux/arm64
4549
tags: ${{ steps.meta.outputs.tags }}
4650
labels: ${{ steps.meta.outputs.labels }}
4751

0 commit comments

Comments
 (0)