From a515d916002f9a0f9262b53f7bc4c9205b9b3bd7 Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Tue, 26 Sep 2023 06:56:42 -0600 Subject: [PATCH] fix(image-info): Correct image reference (#155) We need to include `ostree-image-signed` here --- image-info.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image-info.sh b/image-info.sh index b7682b6..c4c31da 100755 --- a/image-info.sh +++ b/image-info.sh @@ -3,7 +3,7 @@ set -oue pipefail IMAGE_INFO="/usr/share/ublue-os/image-info.json" -IMAGE_REF="docker://ghcr.io/$IMAGE_VENDOR/$IMAGE_NAME" +IMAGE_REF="ostree-image-signed:docker://ghcr.io/$IMAGE_VENDOR/$IMAGE_NAME" case $FEDORA_MAJOR_VERSION in 38)