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:
|
env:
|
||||||
SOURCE_IMAGE: "bazzite"
|
SOURCE_IMAGE: "bazzite"
|
||||||
SOURCE_SUFFIX: "-gnome"
|
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"
|
MY_IMAGE_DESC: "badblocks's custom bazzite-gnome build"
|
||||||
IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}" # do not edit
|
IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}" # do not edit
|
||||||
|
|
||||||
|
|
|
||||||
2
.github/workflows/build-kde.yml
vendored
2
.github/workflows/build-kde.yml
vendored
|
|
@ -16,7 +16,7 @@ on:
|
||||||
env:
|
env:
|
||||||
SOURCE_IMAGE: "bazzite"
|
SOURCE_IMAGE: "bazzite"
|
||||||
SOURCE_SUFFIX: ""
|
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"
|
MY_IMAGE_DESC: "badblocks's custom bazzite build"
|
||||||
IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}" # do not edit
|
IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}" # do not edit
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue