diff --git a/.github/workflows/build-gnome.yml b/.github/workflows/build-gnome.yml index 284f895..3a5ddf4 100644 --- a/.github/workflows/build-gnome.yml +++ b/.github/workflows/build-gnome.yml @@ -16,7 +16,7 @@ on: env: SOURCE_IMAGE: "bazzite" SOURCE_SUFFIX: "-gnome" - MY_IMAGE_NAME: "${{SOURCE_IMAGE}}-badblocks-gnome" # the name of the image produced by this build + MY_IMAGE_NAME: "bazzite-badblocks-gnome" # the name of the image produced by this build MY_IMAGE_DESC: "badblocks's custom bazzite-gnome build" IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}" # do not edit diff --git a/.github/workflows/build-kde.yml b/.github/workflows/build-kde.yml index 3a508b5..93f5757 100644 --- a/.github/workflows/build-kde.yml +++ b/.github/workflows/build-kde.yml @@ -16,7 +16,7 @@ on: env: SOURCE_IMAGE: "bazzite" SOURCE_SUFFIX: "" - MY_IMAGE_NAME: "${{SOURCE_IMAGE}}-badblocks-kde" # the name of the image produced by this build + MY_IMAGE_NAME: "bazzite-badblocks-kde" # the name of the image produced by this build MY_IMAGE_DESC: "badblocks's custom bazzite build" IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}" # do not edit