Skip to content

Commit

Permalink
Correcting build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mimiteto authored Jan 4, 2024
1 parent 081e9fd commit 9b31e3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
if: github.event_name == 'push' || github.event_name == 'pull_request' && github.event.action == 'closed'
uses: docker/build-push-action@v5
with:
platforms: linux/amd64, linux/arm64, linux/386, linux/arm/v7, linux/arm/v6
context: ./container
push: true
build-args: |
Expand Down

0 comments on commit 9b31e3a

Please sign in to comment.