JasonN3 / build-container-installer

Creates an ISO for installing a container image as an OS
GNU General Public License v3.0
63 stars 9 forks source link

[BUG] Build Boot ISO template is firing off multiple times #73

Closed noelmiller closed 8 months ago

noelmiller commented 8 months ago

Describe the bug I noticed on the builds that it is attempting to build the ISO twice.

To Reproduce Any run through the action or docker command. Witnessed it here: docker run --rm --privileged --pull always --volume .:/github/workspace/build ghcr.io/jasonn3/build-container-installer:pr-69 VERSION=38 IMAGE_NAME=bluefin IMAGE_REPO=ghcr.io/ublue-os IMAGE_TAG=gts VARIANT=Silverblue

Expected behavior Should only try to run the templates once.

Attached logs: output.txt