Update build-installer-iso.yml
This commit is contained in:
@@ -28,13 +28,15 @@ jobs:
|
||||
docker pull quay.io/centos-bootc/bootc-image-builder:latest
|
||||
|
||||
- name: Build ISO
|
||||
run: |
|
||||
run:
|
||||
docker run --rm \
|
||||
-v ${{ github.workspace }}:/workspace \
|
||||
-v ${{ github.workspace }}/output:/output \
|
||||
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