Skip to content

Commit 3c08344

Browse files
committed
[skip ci]
1 parent 48e602a commit 3c08344

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_images.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
2525
# If this is git tag, use the tag name as a docker tag
2626
if [[ $GITHUB_REF == refs/tags/* ]]; then
27-
VERSION=${GITHUB_REF#refs/tags/v}
27+
VERSION==${GITHUB_REF/refs\/tags\//}
28+
#VERSION=${GITHUB_REF#refs/tags/v}
2829
fi
2930
TAGS="${DOCKER_IMAGE}:${VERSION},${DOCKER_IMAGE}:${SHORTREF}"
3031

0 commit comments

Comments
 (0)