Skip to content

Commit

Permalink
Downgrade deploy-cloudrun 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mairh committed Jan 8, 2024
1 parent bd6e4f9 commit ce60b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Deploy to Cloud Run
id: deploy
uses: google-github-actions/deploy-cloudrun@v2
uses: google-github-actions/deploy-cloudrun@v1.0.2
with:
service: ${{ secrets.PRODUCTION_CLOUD_RUN_SERVICE_NAME }}
region: ${{ secrets.PRODUCTION_REGION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Deploy to Cloud Run
id: deploy
uses: google-github-actions/deploy-cloudrun@v2
uses: google-github-actions/deploy-cloudrun@v1.0.2
with:
service: ${{ secrets.STAGING_CLOUD_RUN_SERVICE_NAME }}
region: ${{ secrets.STAGING_REGION }}
Expand Down

0 comments on commit ce60b68

Please sign in to comment.