Update build-installer-iso.yml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user