change name template for checksums

This commit is contained in:
Johan Siebens
2022-05-20 10:56:36 +02:00
parent fadaca6ec7
commit 68223f9c8d
+3
View File
@@ -23,6 +23,9 @@ builds:
ldflags:
- -s -w -X github.com/jsiebens/ionscale/internal/version.Version={{.Version}} -X github.com/jsiebens/ionscale/internal/version.Revision={{.ShortCommit}}
checksum:
name_template: "checksums.txt"
dockers:
- image_templates: [ "ghcr.io/jsiebens/{{ .ProjectName }}:{{ .Version }}-amd64" ]
dockerfile: Dockerfile