Skip to content

Commit

Permalink
More gremlins
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicOfficer committed May 11, 2024
1 parent a961291 commit 712f9f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/scripts/image-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ esac
cat > $IMAGE_INFO <<EOF
{
"image-name": "$IMAGE_NAME",
"image-flavor": "$IMAGE_FLAVOR",
"image-flavor": "Developer Edition",
"image-vendor": "$IMAGE_VENDOR",
"image-ref": "$IMAGE_REF",
"image-tag": "$IMAGE_TAG",
"image-branch": "$IMAGE_BRANCH_NORMALIZED",
"base-image-name": "$BASE_IMAGE_NAME",
"base-image-name": "Bazzite",
"fedora-version": "$FEDORA_MAJOR_VERSION"
}
EOF

0 comments on commit 712f9f8

Please sign in to comment.