From 00790db371e3b3931c25731836a3d79344336509 Mon Sep 17 00:00:00 2001 From: badbl0cks <4161747+badbl0cks@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:28:46 -0700 Subject: [PATCH] Fix small typo in env vars --- .github/workflows/build-gnome.yml | 2 +- .github/workflows/build-kde.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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