@@ -125,28 +125,20 @@ archives:
125125dockers :
126126 - dockerfile : ./deploy/Dockerfile.troubleshoot
127127 image_templates :
128- - " docker.io/replicated/troubleshoot:latest"
129- - " docker.io/replicated/troubleshoot:{{ .Major }}"
130- - " docker.io/replicated/troubleshoot:{{ .Major }}.{{ .Minor }}"
131- - " docker.io/replicated/troubleshoot:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
132- - " ghcr.io/replicatedhq/troubleshoot:latest"
133- - " ghcr.io/replicatedhq/troubleshoot:{{ .Major }}"
134- - " ghcr.io/replicatedhq/troubleshoot:{{ .Major }}.{{ .Minor }}"
135- - " ghcr.io/replicatedhq/troubleshoot:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
128+ - " replicated/troubleshoot:latest"
129+ - " replicated/troubleshoot:{{ .Major }}"
130+ - " replicated/troubleshoot:{{ .Major }}.{{ .Minor }}"
131+ - " replicated/troubleshoot:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
136132 ids :
137133 - support-bundle
138134 - preflight
139135 - collect
140136 - dockerfile : ./deploy/Dockerfile.troubleshoot
141137 image_templates :
142- - " docker.io/replicated/preflight:latest"
143- - " docker.io/replicated/preflight:{{ .Major }}"
144- - " docker.io/replicated/preflight:{{ .Major }}.{{ .Minor }}"
145- - " docker.io/replicated/preflight:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
146- - " ghcr.io/replicatedhq/preflight:latest"
147- - " ghcr.io/replicatedhq/preflight:{{ .Major }}"
148- - " ghcr.io/replicatedhq/preflight:{{ .Major }}.{{ .Minor }}"
149- - " ghcr.io/replicatedhq/preflight:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
138+ - " replicated/preflight:latest"
139+ - " replicated/preflight:{{ .Major }}"
140+ - " replicated/preflight:{{ .Major }}.{{ .Minor }}"
141+ - " replicated/preflight:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
150142 ids :
151143 - support-bundle
152144 - preflight
0 commit comments