1
0
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:
Jeffrey Cafferata
2023-05-19 16:46:15 +02:00
committed by GitHub
parent 3cd907bfd3
commit 0edffa198b

View File

@ -115,7 +115,7 @@ dockers:
- "--label=org.opencontainers.image.source={{ .GitURL }}"
- "--platform=linux/arm64"
docker_manifests:
- name_template: "stackexchange/{{.ProjectName}}:v{{ .Version }}"
- name_template: "stackexchange/{{.ProjectName}}:{{ .Version }}"
image_templates:
- *amd_image
- *386_image