mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-19 19:17:02 -07:00
container registry entries must be lowercase
This commit is contained in:
parent
cccf0dfdf2
commit
8a7c0b3085
1 changed files with 4 additions and 4 deletions
|
|
@ -10,10 +10,10 @@ builds:
|
|||
- amd64
|
||||
dockers:
|
||||
- image_templates:
|
||||
- ghcr.io/OpenCHAMI/{{.ProjectName}}:latest
|
||||
- ghcr.io/OpenCHAMI/{{.ProjectName}}:{{ .Tag }}
|
||||
- ghcr.io/OpenCHAMI/{{.ProjectName}}:{{ .Major }}
|
||||
- ghcr.io/OpenCHAMI/{{.ProjectName}}:{{ .Major }}.{{ .Minor }}
|
||||
- ghcr.io/openchami/{{.ProjectName}}:latest
|
||||
- ghcr.io/openchami/{{.ProjectName}}:{{ .Tag }}
|
||||
- ghcr.io/openchami/{{.ProjectName}}:{{ .Major }}
|
||||
- ghcr.io/openchami/{{.ProjectName}}:{{ .Major }}.{{ .Minor }}
|
||||
build_flag_templates:
|
||||
- "--pull"
|
||||
- "--label=org.opencontainers.image.created={{.Date}}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue