We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405c0f8 commit feba9f6Copy full SHA for feba9f6
scripts/build_push_docker.sh
@@ -6,6 +6,7 @@ TAG=''
6
if [ "$1" = "master" ]; then
7
TAG="master-$(git rev-parse --short HEAD)"
8
else
9
+ git fetch --tags
10
TAG=$(git describe --tags --abbrev=0 | cut -d "v" -f 2)
11
fi
12
0 commit comments