Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
fix: use proper image ref for generating image info (ublue-os#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh authored 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.