flatcar / flatcar-linux-update-operator

A Kubernetes operator to manage updates of Flatcar Container Linux
Apache License 2.0
101 stars 19 forks source link

Make images push action not tag latest for RC releases #180

Closed invidian closed 1 year ago

invidian commented 1 year ago

Right now pushing -rc1 tags will create a new image as expected, but the image will also be tagged as latest, which I don't think is desired. We can probably disable the latest tag completely.