Skip to content

Commit 7f82ec1

Browse files
committed
Add snapshot release back
1 parent 4338b22 commit 7f82ec1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ release: export GITHUB_TOKEN = $(shell echo ${GITHUB_TOKEN_TROUBLESHOOT})
106106
release:
107107
curl -sL https://git.io/goreleaser | bash -s -- --rm-dist --config deploy/.goreleaser.yml
108108

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+
109115
.PHONY: local-release
110116
local-release:
111117
curl -sL https://git.io/goreleaser | bash -s -- --rm-dist --snapshot --config deploy/.goreleaser.local.yml

0 commit comments

Comments
 (0)