We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5717bd9 commit a515d91Copy full SHA for a515d91
image-info.sh
@@ -3,7 +3,7 @@
3
set -oue pipefail
4
5
IMAGE_INFO="/usr/share/ublue-os/image-info.json"
6
-IMAGE_REF="docker://ghcr.io/$IMAGE_VENDOR/$IMAGE_NAME"
+IMAGE_REF="ostree-image-signed:docker://ghcr.io/$IMAGE_VENDOR/$IMAGE_NAME"
7
8
case $FEDORA_MAJOR_VERSION in
9
38)
0 commit comments