@@ -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
The note is not visible to the blocked user.