Skip to content

Commit 9f51bbf

Browse files
committed
chore: refactor .goreleaser.yaml
1 parent 02ea374 commit 9f51bbf

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.goreleaser.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ changelog:
3636
use: github-native
3737

3838
dockers_v2:
39-
- id: go-cli-github
39+
- &dockersDefinition
40+
disable: false
41+
id: go-cli-github
4042
ids:
4143
- go-cli-github
4244
images:
@@ -47,7 +49,8 @@ dockers_v2:
4749
- "{{ if not .Env.PR_NUMBER }}latest{{ end }}"
4850
build_args:
4951
BINARY: go-cli-github
50-
- id: another-binary
52+
- <<: *dockersDefinition
53+
id: another-binary
5154
ids:
5255
- another-binary
5356
images:

0 commit comments

Comments
 (0)