Skip to content

Commit dd93b1e

Browse files
Update google-github-actions/deploy-cloudrun action to v0.11.0
1 parent e7fd635 commit dd93b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112

113113
- name: Deploy to Cloud Run
114114
id: deploy
115-
uses: google-github-actions/deploy-cloudrun@v0.10.3
115+
uses: google-github-actions/deploy-cloudrun@v0.11.0
116116
with:
117117
service: ${{ env.IMAGE_NAME }}
118118
image: gcr.io/${{ env.GOOGLE_CLOUD_PROJECT_ID }}/${{ env.IMAGE_NAME }}:v${{ github.event.inputs.web_major_version }}.${{ github.event.inputs.web_minor_version }}.${{ github.event.inputs.web_patch_version }}

0 commit comments

Comments
 (0)