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:
@ -85,6 +85,10 @@ docker_manifests:
|
|||||||
image_templates:
|
image_templates:
|
||||||
- *amd_image
|
- *amd_image
|
||||||
- *arm_image
|
- *arm_image
|
||||||
|
- name_template: "stackexchange/{{.ProjectName}}:v{{ .Version }}"
|
||||||
|
image_templates:
|
||||||
|
- *amd_image
|
||||||
|
- *arm_image
|
||||||
- name_template: "stackexchange/{{.ProjectName}}:latest"
|
- name_template: "stackexchange/{{.ProjectName}}:latest"
|
||||||
image_templates:
|
image_templates:
|
||||||
- *amd_image
|
- *amd_image
|
||||||
|
Reference in New Issue
Block a user