From 97d4aa02017346c11837625d410332a4f966b33b Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Wed, 11 Mar 2026 21:26:57 +0100 Subject: [PATCH] Update build-installer-iso.yml --- .github/workflows/build-installer-iso.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-installer-iso.yml b/.github/workflows/build-installer-iso.yml index 973b791..6ac160b 100644 --- a/.github/workflows/build-installer-iso.yml +++ b/.github/workflows/build-installer-iso.yml @@ -28,13 +28,15 @@ jobs: docker pull quay.io/centos-bootc/bootc-image-builder:latest - name: Build ISO - run: | + run: docker run --rm \ -v ${{ github.workspace }}:/workspace \ -v ${{ github.workspace }}/output:/output \ quay.io/centos-bootc/bootc-image-builder:latest \ + /workspace \ --config /workspace/iso/config.toml + - name: Upload ISO artifact uses: actions/upload-artifact@v4 with: