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 5345965 commit dc1cb34Copy full SHA for dc1cb34
.github/workflows/scratch-workflow.yml
@@ -32,3 +32,12 @@ jobs:
32
with:
33
project_id: '${{ secrets.GCP_PROJECT_ID }}'
34
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