We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f68c6 commit 2f3af4cCopy full SHA for 2f3af4c
.github/workflows/build_release_and_deploy.yml
@@ -112,7 +112,7 @@ jobs:
112
113
- name: Deploy to Cloud Run
114
id: deploy
115
- uses: google-github-actions/deploy-cloudrun@v0.10.3
+ uses: google-github-actions/deploy-cloudrun@v0.11.0
116
with:
117
service: ${{ env.IMAGE_NAME }}
118
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