We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558f92c commit 123e2e1Copy full SHA for 123e2e1
deploy/.goreleaser.yaml
@@ -82,7 +82,7 @@ dockers:
82
- "replicated/troubleshoot:{{ .Major }}"
83
- "replicated/troubleshoot:{{ .Major }}.{{ .Minor }}"
84
- "replicated/troubleshoot:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
85
- binaries:
+ ids:
86
- support-bundle
87
- preflight
88
- dockerfile: ./deploy/Dockerfile.troubleshoot
@@ -91,6 +91,6 @@ dockers:
91
- "replicated/preflight:{{ .Major }}"
92
- "replicated/preflight:{{ .Major }}.{{ .Minor }}"
93
- "replicated/preflight:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
94
95
96
- - preflight
+ - preflight
0 commit comments