cluster-api-k3s icon indicating copy to clipboard operation
cluster-api-k3s copied to clipboard

Releasing via git versioning/tagging and build automation

Open damdo opened this issue 2 years ago • 2 comments

I saw in the Makefile that the container images are built, tagged and pushed to ghcr.io here and here and I was trying to understand what git commits those container image tags were referring to.

I think it would be good to have some sort of releasing by tagging at a git level (or something similar) and then have some automation (e.g. GitHub Actions) to trigger the container images build and push, to keep things referenced between the source and the image artifacts. What do you think?

PS. Thanks for this project.

damdo avatar Jul 08 '22 15:07 damdo

Thanks for reaching out @damdo.

I would love to set up some proper CI for this project. I have been meaning to return back to this repo, clean up some code and add proper builds, but have been caught up with other things.

Feel free to take a stab at it in the meantime.

zawachte avatar Jul 17 '22 14:07 zawachte

looks like this is done now!

lukebond avatar Oct 16 '23 09:10 lukebond