Skip to content

Commit 2f3af4c

Browse files
Update google-github-actions/deploy-cloudrun action to v0.11.0 (#271)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 22f68c6 commit 2f3af4c

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)