chore: fix proto docker (#11423)

* fix proto docker

* add back pull_request to test

* push

* push++

* revert
This commit is contained in:
Marko
2022-03-21 12:23:46 +01:00
committed by GitHub
parent d52982d623
commit 20735e792c
5 changed files with 13 additions and 19 deletions
+1 -1
View File
@@ -393,7 +393,7 @@ devdoc-update:
### Protobuf ###
###############################################################################
protoVer=v0.3
protoVer=v0.4
protoImageName=tendermintdev/sdk-proto-gen:$(protoVer)
containerProtoGen=$(PROJECT_NAME)-proto-gen-$(protoVer)
containerProtoGenAny=$(PROJECT_NAME)-proto-gen-any-$(protoVer)