Skip to content

Commit d10dc19

Browse files
authored
chore: update GHA service account for docker build workflows (#2265)
* Update GHA service account for docker build workflows Switch workload identity service account from github-gcloud-deployer@roboflow-artifacts to gha-inference@roboflow-staging for CPU and GPU docker build workflows. * fix workload identity pool project id
1 parent 86d1c68 commit d10dc19

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: 'google-github-actions/auth@v2'
6666
id: auth
6767
with:
68-
workload_identity_provider: 'projects/391662651862/locations/global/workloadIdentityPools/github-actions/providers/github'
68+
workload_identity_provider: 'projects/878913763597/locations/global/workloadIdentityPools/github-actions/providers/github'
6969
service_account: 'gha-inference@roboflow-staging.iam.gserviceaccount.com'
7070
token_format: 'access_token'
7171
- name: Login to Google Artifact Registry

.github/workflows/docker.gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: 'google-github-actions/auth@v2'
6464
id: auth
6565
with:
66-
workload_identity_provider: 'projects/391662651862/locations/global/workloadIdentityPools/github-actions/providers/github'
66+
workload_identity_provider: 'projects/878913763597/locations/global/workloadIdentityPools/github-actions/providers/github'
6767
service_account: 'gha-inference@roboflow-staging.iam.gserviceaccount.com'
6868
token_format: 'access_token'
6969
- name: Login to Google Artifact Registry

0 commit comments

Comments
 (0)