Skip to content

Commit

Permalink
add multi platform build to publish-docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfluegge authored May 31, 2024
1 parent 643dc45 commit fe9e1e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/zenbox:latest

0 comments on commit fe9e1e2

Please sign in to comment.