refactor: change reference in goreleaser
This commit is contained in:
parent
13b02c03e8
commit
c495d10aad
1 changed files with 5 additions and 5 deletions
|
|
@ -5,7 +5,7 @@ before:
|
|||
- go mod download
|
||||
- make plugins
|
||||
builds:
|
||||
- id: "configurator"
|
||||
- id: "makeshift"
|
||||
goos:
|
||||
- linux
|
||||
goarch:
|
||||
|
|
@ -30,10 +30,10 @@ archives:
|
|||
dockers:
|
||||
-
|
||||
image_templates:
|
||||
- ghcr.io/openchami/{{.ProjectName}}:latest
|
||||
- ghcr.io/openchami/{{.ProjectName}}:{{ .Tag }}
|
||||
- ghcr.io/openchami/{{.ProjectName}}:v{{ .Major }}
|
||||
- ghcr.io/openchami/{{.ProjectName}}:v{{ .Major }}.{{ .Minor }}
|
||||
- git.towk2.me/towk/{{.ProjectName}}:latest
|
||||
- git.towk2.me/towk/{{.ProjectName}}:{{ .Tag }}
|
||||
- git.towk2.me/towk/{{.ProjectName}}:v{{ .Major }}
|
||||
- git.towk2.me/towk/{{.ProjectName}}:v{{ .Major }}.{{ .Minor }}
|
||||
build_flag_templates:
|
||||
- "--pull"
|
||||
- "--label=org.opencontainers.image.created={{.Date}}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue