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
290 stars 49 forks source link

Use nightly tag for ghcr.io nightly builds #2117

Closed anmazzotti closed 3 months ago

anmazzotti commented 3 months ago

This should always replace the latest elemental-cli image when building from main.

This change is desirable so users can reliably pull the latest tag and not have to follow the commit tags that on the other hand seem excessive.

Instead of building an image per commit, we can think about re-instating GitHub releases and build images based on git tags.

Scratch the above, since these commit tags are needed for the PR tests on OBS. Next best thing is to add a nightly tag.