mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-02-14 18:29:53 +00:00
Release
This commit is contained in:
3
Makefile
3
Makefile
@@ -82,9 +82,8 @@ snapshot-release:
|
||||
docker push replicated/troubleshoot-manager:alpha
|
||||
|
||||
.PHONY: release
|
||||
release: export GITHUB_TOKEN=$(GITHUB_TOKEN_TROUBLESHOOT)
|
||||
release:
|
||||
curl -sL https://git.io/goreleaser | bash -s -- --rm-dist --config deploy/.goreleaser.yml
|
||||
curl -sL https://git.io/goreleaser | GITHUB_TOKEN=$$GITHUB_TOKEN_TROUBLESHOOT bash -s -- --rm-dist --config deploy/.goreleaser.yml
|
||||
|
||||
.PHONY: local-release
|
||||
local-release:
|
||||
|
||||
@@ -84,20 +84,29 @@ archives:
|
||||
dockers:
|
||||
- dockerfile: ./deploy/Dockerfile.troubleshoot
|
||||
image_templates:
|
||||
- "replicated/troubleshoot:alpha"
|
||||
- "replicated/troubleshoot:latest"
|
||||
- "replicated/troubleshoot:{{ .Major }}"
|
||||
- "replicated/troubleshoot:{{ .Major }}.{{ .Minor }}"
|
||||
- "replicated/troubleshoot:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
|
||||
binaries:
|
||||
- collector
|
||||
- troubleshoot
|
||||
- preflight
|
||||
- dockerfile: ./deploy/Dockerfile.troubleshoot
|
||||
image_templates:
|
||||
- "replicated/preflight:alpha"
|
||||
- "replicated/preflight:latest"
|
||||
- "replicated/preflight:{{ .Major }}"
|
||||
- "replicated/preflight:{{ .Major }}.{{ .Minor }}"
|
||||
- "replicated/preflight:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
|
||||
binaries:
|
||||
- collector
|
||||
- troubleshoot
|
||||
- preflight
|
||||
- dockerfile: ./deploy/Dockerfile.manager
|
||||
image_templates:
|
||||
- "replicated/troubleshoot-manager:alpha"
|
||||
- "replicated/troubleshoot-manager:latest"
|
||||
- "replicated/troubleshoot-manager:{{ .Major }}"
|
||||
- "replicated/troubleshoot-manager:{{ .Major }}.{{ .Minor }}"
|
||||
- "replicated/troubleshoot-manager:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
|
||||
binaries:
|
||||
- manager
|
||||
|
||||
Reference in New Issue
Block a user