Skip to content

Commit

Permalink
wip: new proto builder image
Browse files Browse the repository at this point in the history
  • Loading branch information
Lockwarr committed Jan 10, 2025
1 parent a70a7fa commit 8455451
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/images/protogen.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/cosmos/proto-builder:0.14.0
FROM ghcr.io/cosmos/proto-builder:0.15.2

USER root

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nolus-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
BUILDER_IMAGE_TAG: "1.23.1"
BUILDER_IMAGE_NAME: "builder"
BUILDER_DOCKERFILE: ".github/images/builder.Dockerfile"
PROTOGEN_IMAGE_TAG: "0.2.0"
PROTOGEN_IMAGE_TAG: "0.2.1"
PROTOGEN_IMAGE_NAME: "protogen"
PROTOGEN_DOCKERFILE: ".github/images/protogen.Dockerfile"

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ test-unit-coverage-report: ## Generate global code coverage report in HTML
###############################################################################
### Proto ###
###############################################################################
protoVer=0.2.0
protoImageName=public.ecr.aws/nolus/protogen:$(protoVer)
protoVer=0.2.1
protoImageName=ghcr.io/nolus-protocol/nolus-core/protogen:$(protoVer)
protoImage=docker run --rm -v $(CURDIR):/workspace --workdir /workspace --user root $(protoImageName)

proto-all: proto-format proto-lint proto-gen
Expand Down

0 comments on commit 8455451

Please sign in to comment.