1616 new_tag_short : ${{ steps.prepare.outputs.new_tag_short }}
1717 name : ${{ steps.prepare.outputs.name }}
1818 steps :
19- - uses : reearth/actions/prepare-build@d0dcdcab46874e6e17c0d006209fef5668d00196 # main
19+ - uses : reearth/actions/prepare-build@e05fcd1efc6c985c7c0c906cff1452ee634232c8 # main
2020 id : prepare
2121 with :
2222 repo : ${{ github.repository }}
5757 outputs :
5858 digest : ${{ steps.build-docker-image.outputs.image }}
5959 steps :
60- - uses : reearth/actions/build-docker-image@d0dcdcab46874e6e17c0d006209fef5668d00196
60+ - uses : reearth/actions/build-docker-image@e05fcd1efc6c985c7c0c906cff1452ee634232c8
6161 id : build-docker-image
6262 with :
6363 image : ${{ secrets.IMAGE_SERVER }}
7878 outputs :
7979 digest : ${{ steps.build-docker-image.outputs.image }}
8080 steps :
81- - uses : reearth/actions/build-docker-image@d0dcdcab46874e6e17c0d006209fef5668d00196
81+ - uses : reearth/actions/build-docker-image@e05fcd1efc6c985c7c0c906cff1452ee634232c8
8282 id : build-docker-image
8383 with :
8484 image : ${{ secrets.IMAGE_WEB }}
9999 outputs :
100100 digest : ${{ steps.build-docker-image.outputs.image }}
101101 steps :
102- - uses : reearth/actions/build-docker-image@d0dcdcab46874e6e17c0d006209fef5668d00196 # main
102+ - uses : reearth/actions/build-docker-image@e05fcd1efc6c985c7c0c906cff1452ee634232c8 # main
103103 id : build-docker-image
104104 with :
105105 image : ${{ secrets.IMAGE_WEB }}
@@ -128,7 +128,7 @@ jobs:
128128 registry : ghcr.io
129129 username : ${{ github.actor }}
130130 password : ${{ github.token }}
131- - uses : reearth/actions/deploy-cloud-run-with-tag@d0dcdcab46874e6e17c0d006209fef5668d00196 # main
131+ - uses : reearth/actions/deploy-cloud-run-with-tag@e05fcd1efc6c985c7c0c906cff1452ee634232c8 # main
132132 id : deploy
133133 with :
134134 image : ' ${{ secrets.IMAGE_WEB }}:${{ needs.prepare.outputs.sha_short }}'
@@ -153,7 +153,7 @@ jobs:
153153 registry : ghcr.io
154154 username : ${{ github.actor }}
155155 password : ${{ secrets.GITHUB_TOKEN }}
156- - uses : reearth/actions/deploy-cloud-run@d0dcdcab46874e6e17c0d006209fef5668d00196 # main
156+ - uses : reearth/actions/deploy-cloud-run@e05fcd1efc6c985c7c0c906cff1452ee634232c8 # main
157157 with :
158158 service : reearth-scaffold-api
159159 image : ' ${{ secrets.IMAGE_SERVER }}:latest'
@@ -176,7 +176,7 @@ jobs:
176176 registry : ghcr.io
177177 username : ${{ github.actor }}
178178 password : ${{ secrets.GITHUB_TOKEN }}
179- - uses : reearth/actions/deploy-cloud-run@d0dcdcab46874e6e17c0d006209fef5668d00196 # main
179+ - uses : reearth/actions/deploy-cloud-run@e05fcd1efc6c985c7c0c906cff1452ee634232c8 # main
180180 with :
181181 service : reearth-scaffold-web
182182 image : ' ${{ secrets.IMAGE_WEB }}:latest'
0 commit comments