diff --git a/.github/workflows/build-installer-iso.yml b/.github/workflows/build-installer-iso.yml index 0f7a027..7289813 100644 --- a/.github/workflows/build-installer-iso.yml +++ b/.github/workflows/build-installer-iso.yml @@ -23,7 +23,11 @@ jobs: sudo apt-get update sudo apt-get install -y podman - - name: Pull installer image (bootc rootfs) + - name: Prepare output directory + run: | + mkdir -p output + + - name: Pull installer image run: | sudo podman pull ghcr.io/humocs-man/fluffy-pancake:stable