Skip to content

Commit dc642e9

Browse files
Remove ref/tags from version
1 parent 846e102 commit dc642e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ docker images
6262
# eg before: 0.18.24-1, after 0.18.24
6363
if [[ ${BRANCH:-} ]]; then
6464
BRANCH_VERSION=${BRANCH%-*}
65+
BRANCH_VERSION=${BRANCH_VERSION#refs/tags/}
6566
fi
6667

6768
# only push when:

0 commit comments

Comments
 (0)