File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,19 @@ changelog:
3232 regexp : " ^.*chore(deps):+.*$"
3333 order : 3
3434
35- dockers :
36- - dockerfile : Dockerfile.goreleaser
37- image_templates :
38- - " ghcr.io/envelope-zero/backend:{{ .Tag }}"
39- - " ghcr.io/envelope-zero/backend:v{{ .Major }}"
40- - " ghcr.io/envelope-zero/backend:v{{ .Major }}.{{ .Minor }}"
41- - " ghcr.io/envelope-zero/backend:latest"
42-
43- build_flag_templates :
35+ kos :
36+ - repository : ghcr.io/envelope-zero/backend
37+ tags :
38+ - " {{ .Tag }}" # v{{ .Major}}.{{ .Minor }}.{{ .Patch }}
39+ - " v{{ .Major }}"
40+ - " v{{ .Major }}.{{ .Minor }}"
41+ - latest
42+ bare : true
43+ preserve_import_paths : false
44+ platforms :
45+ - linux/amd64
46+ - linux/arm64
47+ flags :
4448 - " --label=org.opencontainers.image.created={{.Date}}"
4549 - " --label=org.opencontainers.image.revision={{.FullCommit}}"
4650 - " --label=org.opencontainers.image.title={{.ProjectName}}"
You can’t perform that action at this time.
0 commit comments