You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Causes issue: tags: ${{ github.sha }}, ${{ github.event.release.tag_name }}
Notice the space between first and second tag.
When the tags are written like above, docker image is incorrectly tagged as Successfully tagged v0.0.3/kheti:155ca90a37197e8db0e7fa1645635c42a13838e7 where v0.0.3 is the second tag.
When I remove the space between the tags, it works fine.
The text was updated successfully, but these errors were encountered:
skdeep12
changed the title
Space in comma separated causes issue
Space in comma separated tags causes issue
May 6, 2021
skdeep12
changed the title
Space in comma separated tags causes issue
Space in comma separated tags results in incorrect tagging
May 6, 2021
Causes issue:
tags: ${{ github.sha }}, ${{ github.event.release.tag_name }}
Notice the space between first and second tag.
When the tags are written like above, docker image is incorrectly tagged as
Successfully tagged v0.0.3/kheti:155ca90a37197e8db0e7fa1645635c42a13838e7
wherev0.0.3
is the second tag.When I remove the space between the tags, it works fine.
The text was updated successfully, but these errors were encountered: