File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,14 +68,16 @@ jobs:
6868 # set -x prints all commands to terminal
6969 set -x
7070
71+ echo "debug: variant_image: ${{ inputs.variant_image }}"
72+
7173 # make output directory and copy katsu manifest template there
7274 mkdir -p output/
7375 cp -r katsu-template/ output/katsu-live/
7476
7577 # replace %BASE_IMAGE with the actual image name in bootc-live.yaml manifest
7678 # %BASE_IMAGE needs to look something like ghcr.io/ultramarine-linux/shade/nothing:sha-acc8f20
7779 # ghcr.io/ultramarine-linux/shade/nothing is the variant_image and :sha-acc8f20 is the tag
78- IMAGE_NAME="{{ inputs.variant_image }}"
80+ IMAGE_NAME="{{ inputs.variant_image }}:main "
7981 sed -i "s|%BASE_IMAGE%|${IMAGE_NAME}|g" output/katsu-live/bootc-live.yaml # makes katsu manifest
8082
8183 # build the live ISO using katsu
You can’t perform that action at this time.
0 commit comments