mirror of https://github.com/pikami/cosmium.git
Fix docker tags
This commit is contained in:
parent
26dcd68ace
commit
ec5f82cd54
|
@ -32,7 +32,9 @@ brews:
|
||||||
email: git@pikami.org
|
email: git@pikami.org
|
||||||
|
|
||||||
dockers:
|
dockers:
|
||||||
- image_templates: ["ghcr.io/pikami/{{ .ProjectName }}:{{ .Version }}-amd64"]
|
- image_templates:
|
||||||
|
- "ghcr.io/pikami/{{ .ProjectName }}:{{ .Version }}"
|
||||||
|
- "ghcr.io/pikami/{{ .ProjectName }}:latest"
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
use: docker
|
use: docker
|
||||||
build_flag_templates:
|
build_flag_templates:
|
||||||
|
|
Loading…
Reference in New Issue