Update build-installer-iso.yml

This commit is contained in:
humocs-man
2026-03-11 21:41:47 +01:00
committed by GitHub
parent 2043b6e873
commit 3420a1a39f
+6 -3
View File
@@ -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: