Skip to content

Commit

Permalink
chore(ci): update gorelease.yaml to use 175 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Stough committed Sep 3, 2021
1 parent 558f92c commit 123e2e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dockers:
- "replicated/troubleshoot:{{ .Major }}"
- "replicated/troubleshoot:{{ .Major }}.{{ .Minor }}"
- "replicated/troubleshoot:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
binaries:
ids:
- support-bundle
- preflight
- dockerfile: ./deploy/Dockerfile.troubleshoot
Expand All @@ -91,6 +91,6 @@ dockers:
- "replicated/preflight:{{ .Major }}"
- "replicated/preflight:{{ .Major }}.{{ .Minor }}"
- "replicated/preflight:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
binaries:
ids:
- support-bundle
- preflight
- preflight

0 comments on commit 123e2e1

Please sign in to comment.