Update build-installer-iso.yml

This commit is contained in:
humocs-man
2026-03-11 21:26:57 +01:00
committed by GitHub
parent 1cee91c53f
commit 97d4aa0201
+3 -1
View File
@@ -28,13 +28,15 @@ jobs:
docker pull quay.io/centos-bootc/bootc-image-builder:latest docker pull quay.io/centos-bootc/bootc-image-builder:latest
- name: Build ISO - name: Build ISO
run: | run:
docker run --rm \ docker run --rm \
-v ${{ github.workspace }}:/workspace \ -v ${{ github.workspace }}:/workspace \
-v ${{ github.workspace }}/output:/output \ -v ${{ github.workspace }}/output:/output \
quay.io/centos-bootc/bootc-image-builder:latest \ quay.io/centos-bootc/bootc-image-builder:latest \
/workspace \
--config /workspace/iso/config.toml --config /workspace/iso/config.toml
- name: Upload ISO artifact - name: Upload ISO artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with: