Skip to content

Commit dc1cb34

Browse files
s
1 parent 5345965 commit dc1cb34

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/scratch-workflow.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,12 @@ jobs:
3232
with:
3333
project_id: '${{ secrets.GCP_PROJECT_ID }}'
3434
workload_identity_provider: '${{ secrets.GCP_WIF_PROVIDER }}'
35+
36+
- name: 'Set up Cloud SDK'
37+
uses: 'google-github-actions/setup-gcloud@v1'
38+
with:
39+
project_id: '${{ secrets.GCP_PROJECT_ID }}'
40+
41+
- name: 'Docker auth'
42+
run: |-
43+
gcloud auth configure-docker us-west1-docker.pkg.dev

0 commit comments

Comments
 (0)