Update container image and build type in workflow
This commit is contained in:
@@ -41,8 +41,8 @@ jobs:
|
|||||||
-v ${{ github.workspace }}/iso/config.toml:/config.toml:ro \
|
-v ${{ github.workspace }}/iso/config.toml:/config.toml:ro \
|
||||||
-v ${{ github.workspace }}/output:/output \
|
-v ${{ github.workspace }}/output:/output \
|
||||||
-v /var/lib/containers/storage:/var/lib/containers/storage \
|
-v /var/lib/containers/storage:/var/lib/containers/storage \
|
||||||
quay.io/centos-bootc/bootc-image-builder:latest \
|
docker pull ghcr.io/osbuild/bootc-image-builder:latest \
|
||||||
--type anaconda-iso \
|
--type bootc-installer \
|
||||||
--rootfs btrfs \
|
--rootfs btrfs \
|
||||||
--config /config.toml \
|
--config /config.toml \
|
||||||
--output /output/ \
|
--output /output/ \
|
||||||
|
|||||||
Reference in New Issue
Block a user