Skip to content

Commit

Permalink
Update google-github-actions/deploy-cloudrun action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 38a4d68 commit fd99f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:

- name: Deploy to Cloud Run
id: deploy
uses: google-github-actions/deploy-cloudrun@v0.11.0
uses: google-github-actions/deploy-cloudrun@v2.7.1
with:
service: ${{ env.IMAGE_NAME }}
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 }}
Expand Down

0 comments on commit fd99f3c

Please sign in to comment.