mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 07:04:24 +00:00
fix the name template
This commit is contained in:
parent
3889bdd56c
commit
fda044631b
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ docker_manifests:
|
|||
image_templates:
|
||||
- trufflesecurity/{{ .ProjectName }}:{{ .Version }}-amd64
|
||||
- trufflesecurity/{{ .ProjectName }}:{{ .Version }}-arm64v8
|
||||
- name_template: ghcr.io/trufflesecurity/{{ .ProjectName }}:latest
|
||||
- name_template: trufflesecurity/{{ .ProjectName }}:latest
|
||||
image_templates:
|
||||
- trufflesecurity/{{ .ProjectName }}:{{ .Version }}-amd64
|
||||
- trufflesecurity/{{ .ProjectName }}:{{ .Version }}-arm64v8
|
||||
|
|
Loading…
Reference in a new issue