We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ea374 commit 9f51bbfCopy full SHA for 9f51bbf
1 file changed
.goreleaser.yaml
@@ -36,7 +36,9 @@ changelog:
36
use: github-native
37
38
dockers_v2:
39
-- id: go-cli-github
+- &dockersDefinition
40
+ disable: false
41
+ id: go-cli-github
42
ids:
43
- go-cli-github
44
images:
@@ -47,7 +49,8 @@ dockers_v2:
47
49
- "{{ if not .Env.PR_NUMBER }}latest{{ end }}"
48
50
build_args:
51
BINARY: go-cli-github
-- id: another-binary
52
+- <<: *dockersDefinition
53
+ id: another-binary
54
55
- another-binary
56
0 commit comments