We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
goreleaser
docker_digest
1 parent 09f8847 commit 690e6baCopy full SHA for 690e6ba
.goreleaser.yml
@@ -5,6 +5,8 @@ archives:
5
dst: 'LICENSE.txt'
6
format: zip
7
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
8
+docker_digest:
9
+ disable: true
10
builds:
11
- # Special binary naming is only necessary for Terraform CLI 0.12
12
binary: '{{ .ProjectName }}_v{{ .Version }}_x5'
0 commit comments