Skip to content

Commit

Permalink
remove duplicate manifest (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
spiffcs committed Feb 15, 2022
1 parent 5aa8533 commit 2ac7e17
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .goreleaser.yaml
Expand Up @@ -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

0 comments on commit 2ac7e17

Please sign in to comment.