Skip to content

Commit 123e2e1

Browse files
author
Dan Stough
committed
chore(ci): update gorelease.yaml to use 175 syntax
1 parent 558f92c commit 123e2e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/.goreleaser.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ dockers:
8282
- "replicated/troubleshoot:{{ .Major }}"
8383
- "replicated/troubleshoot:{{ .Major }}.{{ .Minor }}"
8484
- "replicated/troubleshoot:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
85-
binaries:
85+
ids:
8686
- support-bundle
8787
- preflight
8888
- dockerfile: ./deploy/Dockerfile.troubleshoot
@@ -91,6 +91,6 @@ dockers:
9191
- "replicated/preflight:{{ .Major }}"
9292
- "replicated/preflight:{{ .Major }}.{{ .Minor }}"
9393
- "replicated/preflight:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
94-
binaries:
94+
ids:
9595
- support-bundle
96-
- preflight
96+
- preflight

0 commit comments

Comments
 (0)