We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 226d091 commit 17a12ecCopy full SHA for 17a12ec
.github/workflows/home-page.yml
@@ -16,6 +16,7 @@ jobs:
16
with:
17
workload_identity_provider: projects/1030275258687/locations/global/workloadIdentityPools/github-dreamcodez/providers/github
18
service_account: github-docker-access@personal-sandbox-159823.iam.gserviceaccount.com
19
+ - run: gcloud auth configure-docker us-central1-docker.pkg.dev --project=personal-sandbox-159823
20
- name: Build & Push
21
run: |
22
docker build . -t us-central1-docker.pkg.dev/personal-sandbox-159823/dreamcodez-cc:${{ github.sha}}
0 commit comments