Skip to content

Commit

Permalink
fix: Fix docker build.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjw committed Jul 3, 2024
1 parent 609f39a commit ef92c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

sudo docker login --username andrewjw --password $DOCKER_TOKEN

sudo docker buildx --use
sudo docker buildx create --use

sudo docker build --platform linux/amd64,linux/arm64 \
--build-arg VERSION=$TAG \
Expand Down

0 comments on commit ef92c79

Please sign in to comment.