From 3420a1a39fe0f339c1dea2cc9be339c3a9321433 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Wed, 11 Mar 2026 21:41:47 +0100 Subject: [PATCH] Update build-installer-iso.yml --- .github/workflows/build-installer-iso.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-installer-iso.yml b/.github/workflows/build-installer-iso.yml index d530d7e..f8eeb8d 100644 --- a/.github/workflows/build-installer-iso.yml +++ b/.github/workflows/build-installer-iso.yml @@ -29,14 +29,17 @@ jobs: - name: Build ISO run: | - docker run --rm --privileged\ - -v ${{ github.workspace }}:/workspace \ - -v ${{ github.workspace }}/output:/output \ + docker run --rm --privileged \ + -v "${{ github.workspace }}:/workspace" \ + -v "${{ github.workspace }}/output:/output" \ + -v "/var/lib/containers/storage:/var/lib/containers/storage" \ quay.io/centos-bootc/bootc-image-builder:latest \ + -- \ /workspace \ --config /workspace/iso/config.toml + - name: Upload ISO artifact uses: actions/upload-artifact@v4 with: