Update build-installer-iso.yml
This commit is contained in:
@@ -29,13 +29,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Build ISO
|
- name: Build ISO
|
||||||
run: |
|
run: |
|
||||||
mkdir -p output
|
|
||||||
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 \
|
||||||
--config /workspace/iso/config.toml \
|
--config /workspace/iso/config.toml
|
||||||
--output-dir /output
|
|
||||||
|
|
||||||
- name: Upload ISO artifact
|
- name: Upload ISO artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user