Skip to content

Commit 8455451

Browse files
committed
wip: new proto builder image
1 parent a70a7fa commit 8455451

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/images/protogen.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/cosmos/proto-builder:0.14.0
1+
FROM ghcr.io/cosmos/proto-builder:0.15.2
22

33
USER root
44

.github/workflows/nolus-core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
BUILDER_IMAGE_TAG: "1.23.1"
2121
BUILDER_IMAGE_NAME: "builder"
2222
BUILDER_DOCKERFILE: ".github/images/builder.Dockerfile"
23-
PROTOGEN_IMAGE_TAG: "0.2.0"
23+
PROTOGEN_IMAGE_TAG: "0.2.1"
2424
PROTOGEN_IMAGE_NAME: "protogen"
2525
PROTOGEN_DOCKERFILE: ".github/images/protogen.Dockerfile"
2626

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ test-unit-coverage-report: ## Generate global code coverage report in HTML
187187
###############################################################################
188188
### Proto ###
189189
###############################################################################
190-
protoVer=0.2.0
191-
protoImageName=public.ecr.aws/nolus/protogen:$(protoVer)
190+
protoVer=0.2.1
191+
protoImageName=ghcr.io/nolus-protocol/nolus-core/protogen:$(protoVer)
192192
protoImage=docker run --rm -v $(CURDIR):/workspace --workdir /workspace --user root $(protoImageName)
193193

194194
proto-all: proto-format proto-lint proto-gen

0 commit comments

Comments
 (0)