Skip to content

Commit

Permalink
making releaser script build the latest tag docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhav-kaushal committed Oct 20, 2023
1 parent cd1867c commit a89a8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releaser.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if [[ $choice != "yes" ]]; then
echo "You chose not to tag this release as the latest one"
return 0
else
docker buildx build --platform linux/amd64,linux/arm64 -t techrail/bark:$RELEASEVERSION --push .
docker buildx build --platform linux/amd64,linux/arm64 -t techrail/bark:latest --push .
fi


0 comments on commit a89a8b1

Please sign in to comment.