From 5fed728bee383a070a76bc07f6e493116f758a64 Mon Sep 17 00:00:00 2001 From: gerblesh <101901964+gerblesh@users.noreply.github.com> Date: Sun, 24 Sep 2023 06:08:22 +0000 Subject: [PATCH] fix: use proper image ref --- image-info.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image-info.sh b/image-info.sh index b7682b64..c4c31da7 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)