Skip to content

Commit

Permalink
fix: update multiarch image workflow
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed May 3, 2024
1 parent 439d41b commit e2dbb07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand All @@ -52,7 +55,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64v8
platforms: linux/amd64,linux/arm64
tags: ${{ env.REGISTRY }}/${{ github.actor }}/${{ env.IMAGE_NAME }}:main

- uses: sigstore/[email protected]
Expand Down

0 comments on commit e2dbb07

Please sign in to comment.