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 f6f5644 commit 4f8b611Copy full SHA for 4f8b611
.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