We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f8a1a8 commit 3c5fd99Copy full SHA for 3c5fd99
.github/workflows/gcr-deploy.yaml
@@ -26,13 +26,13 @@ jobs:
26
27
- name: gcloud auth
28
id: 'auth'
29
- uses: 'google-github-actions/auth@v4'
+ uses: 'google-github-actions/auth@v2'
30
with:
31
credentials_json: '${{ secrets.GCP_SA_KEY }}'
32
33
# Setup gcloud CLI
34
- name: gcloud setup
35
- uses: google-github-actions/setup-gcloud@v0
+ uses: google-github-actions/setup-gcloud@v1
36
37
- name: gcloud docker-auth
38
run: gcloud auth configure-docker
0 commit comments