Skip to content

Commit

Permalink
added repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
Ogglord committed May 14, 2024
1 parent 1dae24c commit e10d538
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/scripts/image-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ IMAGE_INFO="/usr/share/ublue-os/image-info.json"
IMAGE_REF="ostree-image-signed:docker://ghcr.io/$IMAGE_VENDOR/$IMAGE_NAME"
IMAGE_BRANCH_NORMALIZED="stable"
IMAGE_TAG="latest"
IMAGE_REPO="https://github.com/Ogglord/birdie"
IMAGE_REPO_NAME="birdie"
IMAGE_URL="https://github.com/$IMAGE_VENDOR/$IMAGE_REPO_NAME"
# case $FEDORA_MAJOR_VERSION in
# 39|40)
# IMAGE_TAG="stable"
Expand All @@ -29,7 +30,7 @@ cat > $IMAGE_INFO <<EOF
"image-ref": "$IMAGE_REF",
"image-tag": "$IMAGE_TAG",
"image-branch": "$IMAGE_BRANCH_NORMALIZED",
"image-repo": "$IMAGE_REPO",
"image-repo-url": "$IMAGE_URL",
"base-image-name": "Bazzite",
"fedora-version": "$FEDORA_MAJOR_VERSION"
}
Expand Down

0 comments on commit e10d538

Please sign in to comment.