Add docker helpers in Makefile
This commit is contained in:
parent
19ea337fa6
commit
15db6dce00
8
Makefile
8
Makefile
@ -10,3 +10,11 @@ install:
|
||||
test: build
|
||||
cd examples/dummy && make
|
||||
cd examples/js-grpc && make
|
||||
|
||||
.PHONY: docker.build
|
||||
docker.build:
|
||||
docker build --pull -t moul/protoc-gen-gotemplate .
|
||||
|
||||
.PHONY: docker.push
|
||||
docker.push: docker.build
|
||||
docker push moul/protoc-gen-gotemplate
|
||||
|
Loading…
x
Reference in New Issue
Block a user