Update push.yaml

This commit is contained in:
Ankit Nayan 2021-08-02 23:37:41 +05:30 committed by GitHub
parent 41e2c6b075
commit d1a4bb10ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ jobs:
if [ ${array[1]} == "tags" ]
then
echo "tag build"
img_tag=${GITHUB_REF#refs/*/}
img_tag=${GITHUB_REF#refs/*/v}
else
echo "non tag build"
img_tag="latest"