Skip to content

Commit

Permalink
Update to use same image checksum with gen.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: khanhtc1202 <[email protected]>
  • Loading branch information
khanhtc1202 committed Dec 20, 2024
1 parent 2c75fe3 commit e7222e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ update/copyright:
.PHONY: gen/code
gen/code:
# NOTE: Keep this container image as same as defined in .github/workflows/codegen.yml
docker run --rm -v ${PWD}:/repo -it --entrypoint ./tool/codegen/codegen.sh ghcr.io/pipe-cd/codegen@sha256:4d078bc52a34e76c4d28bf7b846652797e1d7d4c6e49b2bef154effeb5fd7c2d /repo # v0.50.0-51-gb98a963
docker run --rm -v ${PWD}:/repo -it --entrypoint ./tool/codegen/codegen.sh ghcr.io/pipe-cd/codegen@sha256:fcb600d82cc4acc76f532c292445f868dfa176d6db116b6c5b18b81a1b1c5fa9 /repo # v0.50.0-51-gb98a963

.PHONY: gen/test-tls
gen/test-tls:
Expand Down

0 comments on commit e7222e5

Please sign in to comment.