Skip to content

Commit

Permalink
Merge pull request #2 from jokester/build-multiarch-image
Browse files Browse the repository at this point in the history
build multiarch docker image
  • Loading branch information
kozzzx authored Oct 6, 2023
2 parents 732b129 + 9aaa02e commit edde15a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,14 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Setup docker buildx
uses: docker/setup-buildx-action@v2

- name: Build and push Docker image
uses: docker/build-push-action@v3.1.1
uses: docker/build-push-action@v4.2.1
with:
context: .
push: true
platforms: linux/arm64,linux/amd64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit edde15a

Please sign in to comment.