diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e5e500..ddc647d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ on: workflow_dispatch: env: - MY_IMAGE_NAME: "bazzite-custom" # the name of the image produced by this build + MY_IMAGE_NAME: "bazzite-gnome-custom" # the name of the image produced by this build MY_IMAGE_DESC: "My Customized Bazzite System Image" IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}" # do not edit