Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Fix promotion not working when using a build tag #70

Merged
merged 3 commits into from
Oct 27, 2020
Merged

Commits on Oct 27, 2020

  1. Extend caching log line

    skovhus committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    c01c288 View commit details
    Browse the repository at this point in the history
  2. Extend the search for images to promote

    Instead of reying on the last tag in the list, we should consider all repositories.
    
    This solves an issue where the last tag in the list was actually another repository (due to the build.tag option in the BUILD.yml file), and we thereby lost the promotion cache.
    skovhus committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    0a2ce9d View commit details
    Browse the repository at this point in the history
  3. Fix linting issue

    skovhus committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    e82d5fc View commit details
    Browse the repository at this point in the history