File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1313 - name : Generate code
1414 # NOTE: Keep this container image as same as defined in Makefile
15- uses : docker://ghcr.io/pipe-cd/codegen@sha256:0a2f9805e50f5c6efb7771171ddf291251bf349c2e8627fbf59c3535eacbbee0 # v0.53 .0-10-g64742f7
15+ uses : docker://ghcr.io/pipe-cd/codegen@sha256:8b17498a7cfb58fbaf403ec7cab01a740238aaee43d030e65a40abb710f9e68a # v0.56 .0-30-g0d71fd0
1616 with :
1717 entrypoint : ./tool/codegen/codegen.sh
1818 args : /github/workspace
Original file line number Diff line number Diff line change @@ -262,9 +262,10 @@ update/copyright:
262262# Generate commands
263263
264264.PHONY : gen/code
265+ # NOTE: Keep this container image as same as defined in .github/workflows/gen.yml
266+ gen/code : CODEGEN_IMAGE ?= ghcr.io/pipe-cd/codegen@sha256:8b17498a7cfb58fbaf403ec7cab01a740238aaee43d030e65a40abb710f9e68a # v0.56.0-30-g0d71fd0
265267gen/code :
266- # NOTE: Keep this container image as same as defined in .github/workflows/gen.yml
267- docker run --rm -v ${PWD} :/repo -it --entrypoint ./tool/codegen/codegen.sh ghcr.io/pipe-cd/codegen@sha256:0a2f9805e50f5c6efb7771171ddf291251bf349c2e8627fbf59c3535eacbbee0 /repo # v0.53.0-10-g64742f7
268+ docker run --rm -v ${PWD} :/repo -it --entrypoint ./tool/codegen/codegen.sh $(CODEGEN_IMAGE ) /repo
268269
269270.PHONY : gen/test-tls
270271gen/test-tls :
You can’t perform that action at this time.
0 commit comments