From cabbf4694715e47cb789852b299d4558d56493c2 Mon Sep 17 00:00:00 2001 From: badblocks <4161747+badbl0cks@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:58:09 -0700 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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