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: