Skip to content

Commit 6e09aa6

Browse files
author
Dan Stough
authored
Merge pull request #412 from replicatedhq/dans-chore-goreleaser-175-updates
chore(ci): update gorelease.yaml to use v175 syntax
2 parents 558f92c + 123e2e1 commit 6e09aa6

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)