There was an error while loading. Please reload this page.
1 parent 6ad86ec commit 81ca502Copy full SHA for 81ca502
.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