ublue-os / isogenerator

Creates an ISO for installing a container image as an OS
Apache License 2.0
15 stars 2 forks source link

fix: Container versions are not being set properly #53

Closed noelmiller closed 8 months ago

noelmiller commented 8 months ago

Purpose

The current issue with how the container is building is it is not respecting the specific Fedora version that is being selected (meaning all the container images for isogenerator are based on fedora 39 even though they are tagged as different versions). I decided to remove build-action and replace it with an explicit workflow. We can deprecate the build-action repo once this is merged.

We may need to double check if the action.yml is working properly after this is merged.