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

fix: publish --stage-tags missing generated tags #847

Merged
merged 1 commit into from
Aug 27, 2023

Commits on Aug 23, 2023

  1. fix: publish --stage-tags missing generated tags

    The `--stage-tags FILE` flag is only including the tags explicitly set
    as positional args to `apko publish`. Any tags generated by
    `--package-version-tag/stem` are not included.
    
    The `additionalTags` slice is empty when this code is reached. Instead
    of shadowing `allTags` slice generated just before this step we can use
    it. It includes a de-duped set of tags that includes both explicit tags from
    the command line and any generated/discovered tags that come from
    package-version and stemming.
    
    Signed-off-by: joe miller <joeym@joeym.net>
    joemiller committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9844a45 View commit details
    Browse the repository at this point in the history