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 b95142b commit 1b3c535Copy full SHA for 1b3c535
.github/workflows/build-image.yaml
@@ -71,12 +71,10 @@ jobs:
71
docker push $GCR_REGISTRY/$GCR_REPOSITORY:$IMAGE_TAG
72
docker push $GCR_REGISTRY/$GCR_REPOSITORY:latest
73
74
- - name: Login to gcloud
75
- uses: google-github-actions/setup-gcloud@v0
+ - id: auth
+ uses: google-github-actions/auth@v0
76
with:
77
- project_id: ${{ secrets.GCP_PROJECT_ID }}
78
- service_account_email: ${{ secrets.GCP_EMAIL }}
79
- service_account_key: ${{ secrets.GCP_CREDENTIALS }}
+ credentials_json: ${{ secrets.GCP_CREDENTIALS }}
80
81
- name: Deploy to Cloud Run
82
run: |
0 commit comments