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

Tagless promotions #118

Merged
merged 2 commits into from
Sep 13, 2019
Merged

Commits on Sep 13, 2019

  1. use go-containerregistry for promoting new images

    This way we open up the path to promoting images without needing to tag
    them. This also probably helps with performance as we don't need to
    shell out to create a new process for every image promotion.
    Linus Arver committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    522e885 View commit details
    Browse the repository at this point in the history
  2. allow tagless promotions

    Also tweak the unit test and e2e tests to make sure we can promote
    images that don't have tags.
    Linus Arver committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    c608b17 View commit details
    Browse the repository at this point in the history