diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 46ecaf2dd7..cf0242c7d3 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -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"