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 4338b22 commit 7f82ec1Copy full SHA for 7f82ec1
Makefile
@@ -106,6 +106,12 @@ release: export GITHUB_TOKEN = $(shell echo ${GITHUB_TOKEN_TROUBLESHOOT})
106
release:
107
curl -sL https://git.io/goreleaser | bash -s -- --rm-dist --config deploy/.goreleaser.yml
108
109
+.PHONY: snapshot-release
110
+snapshot-release:
111
+ curl -sL https://git.io/goreleaser | bash -s -- --rm-dist --snapshot --config deploy/.goreleaser.snapshot.yml
112
+ docker push replicated/troubleshoot:alpha
113
+ docker push replicated/preflight:alpha
114
+
115
.PHONY: local-release
116
local-release:
117
curl -sL https://git.io/goreleaser | bash -s -- --rm-dist --snapshot --config deploy/.goreleaser.local.yml
0 commit comments