rancher / backup-restore-operator

Apache License 2.0
98 stars 67 forks source link

[main] Fully Implement Head Tagging #566

Closed mallardduck closed 1 month ago

mallardduck commented 1 month ago

This PR adds scripts necessary for properly tagging the Image artifacts produced from "head builds". This way we can have an effective method to have a "rolling head tag" for each major branch without loosing access to past "head images".

This will close out https://github.com/rancher/backup-restore-operator/issues/565 with the only final goal being t he docker images as an artifact of head builds. As full releases with Charts and bins wouldn't really make sense since these are intended to improve Dev/QA workflows and not intended for other consumption.


For review of the action changes, please see: https://github.com/mallardduck/backup-restore-operator/actions/runs/10621704184

As that was a test run (of these same effective changes) before I prepared this branch for PR.

mallardduck commented 1 month ago

Once merged, this along with changes from the PR @dharmit made https://github.com/rancher/backup-restore-operator/pull/555 should be backported to release branches.