Skip to content

Commit

Permalink
Update push.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitnayan authored Aug 2, 2021
1 parent 41e2c6b commit d1a4bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d1a4bb1

Please sign in to comment.