Skip to content

Commit

Permalink
fix: use proper image ref
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh authored Sep 24, 2023
1 parent a37be04 commit 5fed728
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 5fed728

Please sign in to comment.