mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 08:23:15 +01:00
update goreleaser with correct tag information (#598)
Signed-off-by: Christopher Angelo Phillips <christopher.phillips@anchore.com>
This commit is contained in:
parent
dd024298eb
commit
71708e5bf8
@ -144,15 +144,15 @@ dockers:
|
|||||||
docker_manifests:
|
docker_manifests:
|
||||||
- name_template: anchore/syft:{{ .Version }}
|
- name_template: anchore/syft:{{ .Version }}
|
||||||
image_templates:
|
image_templates:
|
||||||
- anchore/syft:{{ .Version }}-amd64
|
- anchore/syft:{{ .Tag }}-amd64
|
||||||
- anchore/syft:v{{ .Major }}-amd64
|
- anchore/syft:v{{ .Major }}-amd64
|
||||||
- anchore/syft:v{{ .Major }}.{{ .Minor }}-amd64
|
- anchore/syft:v{{ .Major }}.{{ .Minor }}-amd64
|
||||||
- anchore/syft:{{ .Version }}-arm64v8
|
- anchore/syft:{{ .Tag }}-arm64v8
|
||||||
- anchore/syft:v{{ .Major }}-arm64v8
|
- anchore/syft:v{{ .Major }}-arm64v8
|
||||||
- anchore/syft:v{{ .Major }}.{{ .Minor }}-arm64v8
|
- anchore/syft:v{{ .Major }}.{{ .Minor }}-arm64v8
|
||||||
- name_template: anchore/syft:latest
|
- name_template: anchore/syft:latest
|
||||||
image_templates:
|
image_templates:
|
||||||
- anchore/syft:{{ .Version }}-amd64
|
- anchore/syft:{{ .Tag }}-amd64
|
||||||
- anchore/syft:v{{ .Major }}-amd64
|
- anchore/syft:v{{ .Major }}-amd64
|
||||||
- anchore/syft:v{{ .Major }}.{{ .Minor }}-amd64
|
- anchore/syft:v{{ .Major }}.{{ .Minor }}-amd64
|
||||||
- anchore/syft:{{ .Version }}-arm64v8
|
- anchore/syft:{{ .Version }}-arm64v8
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user