We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e2c6b commit d1a4bb1Copy full SHA for d1a4bb1
.github/workflows/push.yaml
@@ -20,7 +20,7 @@ jobs:
20
if [ ${array[1]} == "tags" ]
21
then
22
echo "tag build"
23
- img_tag=${GITHUB_REF#refs/*/}
+ img_tag=${GITHUB_REF#refs/*/v}
24
else
25
echo "non tag build"
26
img_tag="latest"
0 commit comments