Skip to content

Commit

Permalink
Fix arg order of 'latest' tag push
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Rift <[email protected]>
  • Loading branch information
riftEmber committed Oct 8, 2024
1 parent 4c2b396 commit 8b07aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/cron/test-docker.bash
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ update_image() {
if [ -n "$release_tag" ]
then
# Use base image name (without tag) to use Docker's default tag 'latest'
docker buildx build --platform=linux/amd64,linux/arm64 . --push -t "$baseImageName"
docker buildx build --platform=linux/amd64,linux/arm64 --push . -t "$baseImageName"
fi

if [ $BUILD_RESULT -ne 0 ]
Expand Down

0 comments on commit 8b07aab

Please sign in to comment.