Add release task in Makefiles and avoid multiple builds
This commit is contained in:
parent
9ef533070c
commit
4493d9d602
2 changed files with 9 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -67,6 +67,10 @@ docker-build:
|
|||
docker-push:
|
||||
make -C controllers/nginx all-push
|
||||
|
||||
.PHONE: release
|
||||
release:
|
||||
make -C controllers/nginx release
|
||||
|
||||
.PHONY: ginkgo
|
||||
ginkgo:
|
||||
go get github.com/onsi/ginkgo/ginkgo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue