Skip to content

Commit 38d72a9

Browse files
authored
Update GH Actions login GCP Artifact registry
1 parent 4b92979 commit 38d72a9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/add-docker-tag.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,12 @@ jobs:
2929
contents: 'read'
3030
id-token: 'write'
3131
steps:
32-
- id: auth-gcp-master
33-
name: Authenticate to Google Cloud
34-
uses: google-github-actions/auth@v2
32+
- name: Login at GCP Artifact Registry
33+
uses: celo-org/reusable-workflows/.github/actions/[email protected]
3534
with:
36-
workload_identity_provider: 'projects/1094498259535/locations/global/workloadIdentityPools/gh-celo-blockchain-add-tag/providers/github-by-repos'
37-
service_account: '[email protected]'
38-
access_token_lifetime: '10m'
35+
workload-id-provider: 'projects/1094498259535/locations/global/workloadIdentityPools/gh-celo-blockchain-dev/providers/github-by-repos'
36+
service-account: 'celo-blockchain-dev@devopsre.iam.gserviceaccount.com'
37+
docker-gcp-registries: us-west1-docker.pkg.dev
3938

4039
- name: Install regctl
4140
run: |

0 commit comments

Comments
 (0)