Skip to content

Commit 86d1c68

Browse files
Update GHA service account for docker build workflows (#2264)
Switch workload identity service account from github-gcloud-deployer@roboflow-artifacts to gha-inference@roboflow-staging for CPU and GPU docker build workflows. Co-authored-by: Paweł Pęczek <146137186+PawelPeczek-Roboflow@users.noreply.github.com>
1 parent ad16c3c commit 86d1c68

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
@@ -66,7 +66,7 @@ jobs:
6666
id: auth
6767
with:
6868
workload_identity_provider: 'projects/391662651862/locations/global/workloadIdentityPools/github-actions/providers/github'
69-
service_account: 'gha-inference@roboflow-artifacts.iam.gserviceaccount.com'
69+
service_account: 'gha-inference@roboflow-staging.iam.gserviceaccount.com'
7070
token_format: 'access_token'
7171
- name: Login to Google Artifact Registry
7272
uses: docker/login-action@v3

.github/workflows/docker.gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
id: auth
6565
with:
6666
workload_identity_provider: 'projects/391662651862/locations/global/workloadIdentityPools/github-actions/providers/github'
67-
service_account: 'gha-inference@roboflow-artifacts.iam.gserviceaccount.com'
67+
service_account: 'gha-inference@roboflow-staging.iam.gserviceaccount.com'
6868
token_format: 'access_token'
6969
- name: Login to Google Artifact Registry
7070
uses: docker/login-action@v3

0 commit comments

Comments
 (0)