diff --git a/Makefile b/Makefile index c68adf7..83cdc7a 100644 --- a/Makefile +++ b/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