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:
Benjamin Sherman 2024-04-22 23:05:49 -05:00 committed by GitHub
parent 13e83d301d
commit 7427e32030
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

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