Skip to content

Commit

Permalink
Disable multi-platform builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gabmontes committed Jan 2, 2025
1 parent f3cf6da commit 1c66897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-image-every-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
docker-username: ${{ secrets.DOCKERHUB_USERNAME }}
docker-password: ${{ secrets.DOCKERHUB_TOKEN }}
docker-remote-multi-platform: true
docker-remote-multi-platform: ''
docker-arm-host: ${{ secrets.ARM_RUNNER_HOSTNAME }}
docker-arm-host-key: ${{ secrets.ARM_RUNNER_KEY }}

Expand Down

0 comments on commit 1c66897

Please sign in to comment.