mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00:00
update manifest to use Tag over Version
Signed-off-by: Christopher Angelo Phillips <christopher.phillips@anchore.com>
This commit is contained in:
parent
71708e5bf8
commit
0ff7013382
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ dockers:
|
|||
- "--build-arg=VCS_URL={{.GitURL}}"
|
||||
|
||||
docker_manifests:
|
||||
- name_template: anchore/syft:{{ .Version }}
|
||||
- name_template: anchore/syft:{{ .Tag }}
|
||||
image_templates:
|
||||
- anchore/syft:{{ .Tag }}-amd64
|
||||
- anchore/syft:v{{ .Major }}-amd64
|
||||
|
|
Loading…
Reference in a new issue