mirror of
https://github.com/valitydev/registrator.git
synced 2024-11-06 10:55:19 +00:00
reverting to direct gh-release until bug in glu release is figured out
This commit is contained in:
parent
dd88e62e63
commit
eeb16bda2e
6
Makefile
6
Makefile
@ -13,7 +13,11 @@ build:
|
||||
docker save $(NAME):$(VERSION) | gzip -9 > build/$(NAME)_$(VERSION).tgz
|
||||
|
||||
release:
|
||||
glu release gliderlabs/$(NAME) $(VERSION)
|
||||
rm -rf release && mkdir release
|
||||
go get github.com/progrium/gh-release/...
|
||||
cp build/* release
|
||||
gh-release create gliderlabs/$(NAME) $(VERSION) \
|
||||
$(shell git rev-parse --abbrev-ref HEAD) $(VERSION)
|
||||
glu hubtag gliderlabs/$(NAME) $(VERSION)
|
||||
|
||||
docs:
|
||||
|
Loading…
Reference in New Issue
Block a user