Skip to content

Commit

Permalink
chore(deps): update google-github-actions/deploy-cloudrun action to v1 (
Browse files Browse the repository at this point in the history
#307)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 10, 2022
1 parent 940a610 commit 3186380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gss2022_backend_on_postgres_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
docker push ${{ env.DOCKER_IMAGE }}
- name: Deploy to Cloud Run
uses: google-github-actions/deploy-cloudrun@v0
uses: google-github-actions/deploy-cloudrun@v1
with:
service: ${{ env.CLOUD_RUN_SERVICE_NAME }}
image: ${{ env.DOCKER_IMAGE }}
Expand Down

0 comments on commit 3186380

Please sign in to comment.