Fix small typo in env vars
This commit is contained in:
parent
1a554fa16f
commit
00790db371
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-gnome.yml
vendored
2
.github/workflows/build-gnome.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue