Skip to content

Commit

Permalink
fix: use proper image ref for generating image info (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Sep 24, 2023
1 parent 85d5284 commit 3648dc9
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 3648dc9

Please sign in to comment.