remove duplicate manifest (#634)

This commit is contained in:
Christopher Angelo Phillips 2022-02-15 13:34:09 -05:00 committed by GitHub
parent 5aa85338d6
commit 2ac7e17c25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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