Skip to content

Commit

Permalink
Fix push Docker script for releases (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
joanlopez authored Jan 11, 2023
1 parent 405c0f8 commit feba9f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build_push_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ TAG=''
if [ "$1" = "master" ]; then
TAG="master-$(git rev-parse --short HEAD)"
else
git fetch --tags
TAG=$(git describe --tags --abbrev=0 | cut -d "v" -f 2)
fi

Expand Down

0 comments on commit feba9f6

Please sign in to comment.