rancher / elemental-toolkit

:snowflake: The toolkit to build, ship and maintain cloud-init driven Linux derivatives based on container images
https://rancher.github.io/elemental-toolkit/docs/
Apache License 2.0
289 stars 49 forks source link

Refactor Toolkit CI to use a private local registry #2132

Closed davidcassany closed 2 months ago

davidcassany commented 2 months ago

We should avoid pushing packages on to ghcr.io on PRs, this basically implies the upgrade test and passing container images across jobs. Using the cache seams to be a reasonable approach as it performs well and it is not over complex.

Providing a private registry to test the upgrade is the actual challenge.