Skip to content

Commit

Permalink
Update codegen image version (#4970)
Browse files Browse the repository at this point in the history
* Update codegen image version

Signed-off-by: Yoshiki Fujikane <[email protected]>

* Update codegen image hash in the CI

Signed-off-by: Yoshiki Fujikane <[email protected]>

* Fix to use image hash in Makefile

Signed-off-by: Yoshiki Fujikane <[email protected]>

* For checking cpu arch

Signed-off-by: Yoshiki Fujikane <[email protected]>

* Fix codegen image hash

Signed-off-by: Yoshiki Fujikane <[email protected]>

* Remove checking cpu arch

Signed-off-by: Yoshiki Fujikane <[email protected]>

---------

Signed-off-by: Yoshiki Fujikane <[email protected]>
  • Loading branch information
ffjlabo authored Jun 14, 2024
1 parent 462b842 commit 6b8c6e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Generate code
uses: docker://ghcr.io/pipe-cd/codegen@sha256:fc3db505ef8dbf287b90aafed8c28246d2cca06bda2b43893a3059719fe9fff4 #v0.44.0-38-g7229285
uses: docker://ghcr.io/pipe-cd/codegen@sha256:3fd8e22eeab21bab2a2f6c1d2770b069922f4973465d57386d672574931943e8 #v0.47.3-rc0-2-g462b842
with:
entrypoint: ./tool/codegen/codegen.sh
args: /github/workspace
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ update/copyright:
.PHONY: gen/code
gen/code:
# NOTE: Specify a specific version temporally until the next release.
docker run --rm -v ${PWD}:/repo -it --entrypoint ./tool/codegen/codegen.sh ghcr.io/pipe-cd/codegen@sha256:fc3db505ef8dbf287b90aafed8c28246d2cca06bda2b43893a3059719fe9fff4 /repo #v0.44.0-38-g7229285
docker run --rm -v ${PWD}:/repo -it --entrypoint ./tool/codegen/codegen.sh ghcr.io/pipe-cd/codegen@sha256:3fd8e22eeab21bab2a2f6c1d2770b069922f4973465d57386d672574931943e8 /repo #v0.47.3-rc0-2-g462b842

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

0 comments on commit 6b8c6e2

Please sign in to comment.