Skip to content

Commit

Permalink
Remove IMAGE_TAG in image-info.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles committed Oct 29, 2023
1 parent 878eccf commit d5bf71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/scripts/image-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ IMAGE_REF="ostree-image-signed:docker://ghcr.io/$IMAGE_VENDOR/$IMAGE_NAME"
# IMAGE_TAG="$FEDORA_MAJOR_VERSION"
# ;;
# esac
# "image-tag":"$IMAGE_TAG",

cat > $IMAGE_INFO <<EOF
{
"image-name": "$IMAGE_NAME",
"image-flavor": "$IMAGE_FLAVOR",
"image-vendor": "$IMAGE_VENDOR",
"image-ref": "$IMAGE_REF",
"image-tag":"$IMAGE_TAG",
"base-image-name": "$BASE_IMAGE_NAME",
"fedora-version": "$FEDORA_MAJOR_VERSION"
}
Expand Down

0 comments on commit d5bf71e

Please sign in to comment.