Skip to content

Commit d1a4bb1

Browse files
authored
Update push.yaml
1 parent 41e2c6b commit d1a4bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if [ ${array[1]} == "tags" ]
2121
then
2222
echo "tag build"
23-
img_tag=${GITHUB_REF#refs/*/}
23+
img_tag=${GITHUB_REF#refs/*/v}
2424
else
2525
echo "non tag build"
2626
img_tag="latest"

0 commit comments

Comments
 (0)