We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846e102 commit dc642e9Copy full SHA for dc642e9
build.sh
@@ -62,6 +62,7 @@ docker images
62
# eg before: 0.18.24-1, after 0.18.24
63
if [[ ${BRANCH:-} ]]; then
64
BRANCH_VERSION=${BRANCH%-*}
65
+ BRANCH_VERSION=${BRANCH_VERSION#refs/tags/}
66
fi
67
68
# only push when:
0 commit comments