refactor: use repo name as default image name (#7)
Also makes the source image's tag easier to understand in the Containerfile.
This commit is contained in:
parent
13e83d301d
commit
7427e32030
3 changed files with 6 additions and 6 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -14,8 +14,8 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
MY_IMAGE_NAME: "ublue-custom" # the name of the image produced by this build
|
||||
MY_IMAGE_DESC: "My Customized Universal Blue System Image"
|
||||
MY_IMAGE_NAME: "${{ github.event.repository.name }}" # the name of the image produced by this build, matches repo names
|
||||
MY_IMAGE_DESC: "My Customized Universal Blue Image"
|
||||
IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}" # do not edit
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue