Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit af6b8ef

Browse files
author
Antonio Cheong
committed
Update buildx.yml
1 parent c4ff34f commit af6b8ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/buildx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
2323
if [[ $GITHUB_REF == refs/tags/* ]]; then
2424
VERSION=${GITHUB_REF#refs/tags/}
25+
VERSION=$(echo $VERSION | sed 's/^v//g')
2526
fi
2627
2728
TAGS="--tag ${DOCKER_IMAGE}:${VERSION}"

0 commit comments

Comments
 (0)