mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
remove duplicate manifest (#634)
This commit is contained in:
parent
5aa85338d6
commit
2ac7e17c25
1 changed files with 0 additions and 8 deletions
|
@ -125,16 +125,8 @@ docker_manifests:
|
|||
- name_template: anchore/grype:{{ .Tag }}
|
||||
image_templates:
|
||||
- anchore/grype:{{ .Tag }}-amd64
|
||||
- anchore/grype:v{{ .Major }}-amd64
|
||||
- anchore/grype:v{{ .Major }}.{{ .Minor }}-amd64
|
||||
- anchore/grype:{{ .Tag }}-arm64v8
|
||||
- anchore/grype:v{{ .Major }}-arm64v8
|
||||
- anchore/grype:v{{ .Major }}.{{ .Minor }}-arm64v8
|
||||
- name_template: anchore/grype:latest
|
||||
image_templates:
|
||||
- anchore/grype:{{ .Tag }}-amd64
|
||||
- anchore/grype:v{{ .Major }}-amd64
|
||||
- anchore/grype:v{{ .Major }}.{{ .Minor }}-amd64
|
||||
- anchore/grype:{{ .Tag }}-arm64v8
|
||||
- anchore/grype:v{{ .Major }}-arm64v8
|
||||
- anchore/grype:v{{ .Major }}.{{ .Minor }}-arm64v8
|
||||
|
|
Loading…
Reference in a new issue