fix: iso generator

This commit is contained in:
qoijjj
2024-05-10 09:36:10 -07:00
committed by GitHub
parent de3ba7ae33
commit a91172be17

View File

@@ -102,7 +102,7 @@ fi
image_name+="-hardened"
command="sudo podman run --rm --privileged --volume .:/isogenerator/output -e IMAGE_REPO=ghcr.io/secureblue -e IMAGE_NAME=$image_name -e IMAGE_TAG=latest ghcr.io/jasonn3/build-container-installer:latest"
command="sudo podman run --rm --privileged --volume .:/build-container-installer/build -e IMAGE_REPO=ghcr.io/secureblue -e IMAGE_NAME=$image_name -e IMAGE_TAG=latest ghcr.io/jasonn3/build-container-installer:latest"
echo "Command to execute:"
echo "$command"