Fix small typo in env vars

This commit is contained in:
badblocks 2024-10-29 20:28:46 -07:00
parent 1a554fa16f
commit 00790db371
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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