update ghr
This commit is contained in:
parent
29a559b256
commit
f4560f9d18
2
Makefile
2
Makefile
|
|
@ -40,7 +40,7 @@ push: image
|
||||||
docker push quay.io/roboll/helmfile:${TAG}
|
docker push quay.io/roboll/helmfile:${TAG}
|
||||||
|
|
||||||
tools:
|
tools:
|
||||||
go get -u github.com/roboll/ghr github.com/mitchellh/gox
|
go get -u github.com/tcnksm/ghr github.com/mitchellh/gox
|
||||||
.PHONY: tools
|
.PHONY: tools
|
||||||
|
|
||||||
TAG = $(shell git describe --tags --abbrev=0 HEAD)
|
TAG = $(shell git describe --tags --abbrev=0 HEAD)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue