mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
CI: Release Docker images without the "v" (#2378)
This commit is contained in:
committed by
GitHub
parent
3cd907bfd3
commit
0edffa198b
@ -115,7 +115,7 @@ dockers:
|
|||||||
- "--label=org.opencontainers.image.source={{ .GitURL }}"
|
- "--label=org.opencontainers.image.source={{ .GitURL }}"
|
||||||
- "--platform=linux/arm64"
|
- "--platform=linux/arm64"
|
||||||
docker_manifests:
|
docker_manifests:
|
||||||
- name_template: "stackexchange/{{.ProjectName}}:v{{ .Version }}"
|
- name_template: "stackexchange/{{.ProjectName}}:{{ .Version }}"
|
||||||
image_templates:
|
image_templates:
|
||||||
- *amd_image
|
- *amd_image
|
||||||
- *386_image
|
- *386_image
|
||||||
|
Reference in New Issue
Block a user