Skip to content

Commit 3c5fd99

Browse files
committed
CHORE: tweak GCR deploy GHA
1 parent 6f8a1a8 commit 3c5fd99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gcr-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626

2727
- name: gcloud auth
2828
id: 'auth'
29-
uses: 'google-github-actions/auth@v4'
29+
uses: 'google-github-actions/auth@v2'
3030
with:
3131
credentials_json: '${{ secrets.GCP_SA_KEY }}'
3232

3333
# Setup gcloud CLI
3434
- name: gcloud setup
35-
uses: google-github-actions/setup-gcloud@v0
35+
uses: google-github-actions/setup-gcloud@v1
3636

3737
- name: gcloud docker-auth
3838
run: gcloud auth configure-docker

0 commit comments

Comments
 (0)