Skip to content

Commit

Permalink
fix(image-info): Correct image reference (#155)
Browse files Browse the repository at this point in the history
We need to include `ostree-image-signed` here
  • Loading branch information
EyeCantCU committed Sep 26, 2023
1 parent 5717bd9 commit a515d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a515d91

Please sign in to comment.