gardenlinux / builder

Builder used to construct Garden Linux. Re-usable for other OS-projects.
Apache License 2.0
8 stars 1 forks source link

Release Workflow #47

Closed fwilhe closed 8 months ago

fwilhe commented 8 months ago

This PR implements a release workflow for a introducing semantic versions to the builder. Minor version updates are expected to be compatible between the build script and the OCI image. Major version upgrades may introduce breaking changes between the build script and the OCI image.

This change will improve how the builder can be kept up to date with dependabot.

fwilhe commented 8 months ago

I'm not sure if there is a more elegant way to do this.. bit ugly that we now have so many conditional statements in the steps

fwilhe commented 8 months ago

Cancelled the run on purpose because it's not relevant to the changes in this PR