Skip to content

Commit

Permalink
use buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Nov 13, 2023
1 parent 101c7d0 commit 73965eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-rebuild
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [ "$message" = "" ];then
message=$(git show -s --pretty='format:%s, %ad')
fi

time sudo docker build \
time sudo docker buildx build \
--build-arg env_secret_passphrase=${!gpg_secret_var_name} \
--build-arg deploy_stage=$stage \
--build-arg app_gitsha=$gitsha \
Expand Down

0 comments on commit 73965eb

Please sign in to comment.