diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5de6147..1446d5dc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -110,9 +110,9 @@ jobs: labels: | org.opencontainers.image.title=${{ env.IMAGE_NAME }} org.opencontainers.image.version=${{ steps.labels.outputs.VERSION }} - org.opencontainers.image.description=Gaming-focused builds of ublue-os with arch distrobox images for gaming, nvidia support, and future support for Valve's Steam Deck. + org.opencontainers.image.description=Bazzite is an OCI that serves as an alternative OS for the Steam Deck, and a ready-to-game SteamOS-like for desktop computers. io.artifacthub.package.readme-url=https://raw.githubusercontent.com/ublue-os/bazzite/main/README.md - io.artifacthub.package.logo-url=https://avatars.githubusercontent.com/u/120078124?s=200&v=4 + io.artifacthub.package.logo-url=https://raw.githubusercontent.com/ublue-os/bazzite/main/repo_content/logo.png # Build image using Buildah action - name: Build Image diff --git a/README.md b/README.md index 2349e83f..1085cb2e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Bazzite](/system_files/desktop/usr/share/ublue-os/bazzite/logo.png?raw=true "Bazzite") +![Bazzite](/repo_content/logo.png?raw=true "Bazzite") # Bazzite [![build-bazzite](https://github.com/ublue-os/bazzite/actions/workflows/build.yml/badge.svg)](https://github.com/ublue-os/bazzite/actions/workflows/build.yml) diff --git a/system_files/desktop/usr/share/ublue-os/bazzite/logo.png b/repo_content/logo.png similarity index 100% rename from system_files/desktop/usr/share/ublue-os/bazzite/logo.png rename to repo_content/logo.png