1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Add a 'v' prefix to image tag to match existing tags

This commit is contained in:
Chris Hunt
2022-08-12 09:05:19 -04:00
parent 3b1a2cf384
commit e9c4ac8bfd

View File

@ -85,6 +85,10 @@ docker_manifests:
image_templates:
- *amd_image
- *arm_image
- name_template: "stackexchange/{{.ProjectName}}:v{{ .Version }}"
image_templates:
- *amd_image
- *arm_image
- name_template: "stackexchange/{{.ProjectName}}:latest"
image_templates:
- *amd_image