diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1191c675eb..37257b74f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,6 +46,7 @@ jobs: - name: Gather image data from recipe run: | echo "IMAGE_NAME=$(yq '.name' ./recipe.yml)" >> $GITHUB_ENV + echo "IMAGE_DESCRIPTION=$(yq '.description' ./recipe.yml)" >> $GITHUB_ENV echo "FEDORA_MAJOR_VERSION=$(yq '.fedora-version' ./recipe.yml)" >> $GITHUB_ENV echo "BASE_CONTAINER_URL=$(yq '.base-container' ./recipe.yml)" >> $GITHUB_ENV @@ -100,7 +101,7 @@ jobs: ${{ env.IMAGE_NAME }} labels: | org.opencontainers.image.title=${{ env.IMAGE_NAME }} - org.opencontainers.image.description=A starting point for further customization of uBlue images. Make your own! https://ublue.it/making-your-own/ + org.opencontainers.image.description=${{ env.IMAGE_DESCRIPTION }} io.artifacthub.package.readme-url=https://raw.githubusercontent.com/ublue-os/startingpoint/main/README.md io.artifacthub.package.logo-url=https://avatars.githubusercontent.com/u/120078124?s=200&v=4 diff --git a/recipe.yml b/recipe.yml index ae3e8ddde1..28a28cc998 100644 --- a/recipe.yml +++ b/recipe.yml @@ -8,6 +8,9 @@ base-container: ghcr.io/ublue-os/silverblue-main # what fedora version to use, you can just change this to update fedora-version: 37 +# this description will be visible in the containers metadata +description: A starting point for further customization of uBlue images. Make your own! https://ublue.it/making-your-own/ + # these rpms will be installed from the fedora repository # using rpm-ostree and will be preinstalled in the final image rpms: