Skip to content

Commit 9ba8131

Browse files
committed
testing3
1 parent d9fcd3b commit 9ba8131

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-iso.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)