Skip to content

Commit 635d345

Browse files
committed
fix: use DEFAULT_TAG when renaming rechunked image in CI
Fixes secureboot check exit code 125 due to tag mismatch.
1 parent 14ac390 commit 635d345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ rechunk $image="bluefin" $tag="latest" $flavor="main" ghcr="0" pipeline="0" prev
319319

320320
# rename the image to localhost
321321
if [[ "{{ ghcr }}" == "1" && "{{ previous_build }}" == "1" ]]; then
322-
${SUDOIF} ${PODMAN} tag ${CHUNKED_IMAGE} "localhost/${image_name}:${tag}"
322+
${SUDOIF} ${PODMAN} tag ${CHUNKED_IMAGE} "localhost/${image_name}:${DEFAULT_TAG}"
323323
${SUDOIF} ${PODMAN} image rm -f ${CHUNKED_IMAGE}
324324
fi
325325

0 commit comments

Comments
 (0)