Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Space in comma separated tags results in incorrect tagging #29

Open
skdeep12 opened this issue May 6, 2021 · 0 comments
Open

Space in comma separated tags results in incorrect tagging #29

skdeep12 opened this issue May 6, 2021 · 0 comments

Comments

@skdeep12
Copy link

skdeep12 commented 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 where v0.0.3 is the second tag.

When I remove the space between the tags, it works fine.

@skdeep12 skdeep12 changed the title Space in comma separated causes issue Space in comma separated tags causes issue May 6, 2021
@skdeep12 skdeep12 changed the title Space in comma separated tags causes issue Space in comma separated tags results in incorrect tagging May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant