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
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue