cluster-api-k3s
cluster-api-k3s copied to clipboard
Releasing via git versioning/tagging and build automation
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.
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.
looks like this is done now!