refactor: use repo name as default image name

Also makes the source image's tag easier to understand in the
Containerfile.
This commit is contained in:
Benjamin Sherman 2024-04-22 23:02:56 -05:00
parent 13e83d301d
commit a028476810
No known key found for this signature in database
GPG key ID: 24E3D151565CA98B
3 changed files with 6 additions and 6 deletions

View file

@ -44,7 +44,7 @@ This file defines the operations used to customize the selected image. It contai
### build.yml
This workflow creates your custom OCI image and publishes it to the Github Container Registry (GHCR).
This workflow creates your custom OCI image and publishes it to the Github Container Registry (GHCR). By default, the image name will match the Github repository name.
#### Container Signing