action-kaniko
action-kaniko copied to clipboard
Tag not getting applied to container image when pushed to repository
When I set the "tag" flag to "${GITHUB_RUN_NUMBER}", the tag that is getting applied is either "main" or "master".
Even setting "tag" to a static value (e.g. 1.0.0), the "branch" name is still getting applied as a tag.