Skip to content

Commit a515d91

Browse files
authored
fix(image-info): Correct image reference (#155)
We need to include `ostree-image-signed` here
1 parent 5717bd9 commit a515d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image-info.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -oue pipefail
44

55
IMAGE_INFO="/usr/share/ublue-os/image-info.json"
6-
IMAGE_REF="docker://ghcr.io/$IMAGE_VENDOR/$IMAGE_NAME"
6+
IMAGE_REF="ostree-image-signed:docker://ghcr.io/$IMAGE_VENDOR/$IMAGE_NAME"
77

88
case $FEDORA_MAJOR_VERSION in
99
38)

0 commit comments

Comments
 (0)