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
|
- go mod download
|
||||||
- make plugins
|
- make plugins
|
||||||
builds:
|
builds:
|
||||||
- id: "configurator"
|
- id: "makeshift"
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
goarch:
|
goarch:
|
||||||
|
|
@ -30,10 +30,10 @@ archives:
|
||||||
dockers:
|
dockers:
|
||||||
-
|
-
|
||||||
image_templates:
|
image_templates:
|
||||||
- ghcr.io/openchami/{{.ProjectName}}:latest
|
- git.towk2.me/towk/{{.ProjectName}}:latest
|
||||||
- ghcr.io/openchami/{{.ProjectName}}:{{ .Tag }}
|
- git.towk2.me/towk/{{.ProjectName}}:{{ .Tag }}
|
||||||
- ghcr.io/openchami/{{.ProjectName}}:v{{ .Major }}
|
- git.towk2.me/towk/{{.ProjectName}}:v{{ .Major }}
|
||||||
- ghcr.io/openchami/{{.ProjectName}}:v{{ .Major }}.{{ .Minor }}
|
- git.towk2.me/towk/{{.ProjectName}}:v{{ .Major }}.{{ .Minor }}
|
||||||
build_flag_templates:
|
build_flag_templates:
|
||||||
- "--pull"
|
- "--pull"
|
||||||
- "--label=org.opencontainers.image.created={{.Date}}"
|
- "--label=org.opencontainers.image.created={{.Date}}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue