Skip to content

Commit 106f1bf

Browse files
committed
try w project name
1 parent 1308bbf commit 106f1bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docker-image-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ jobs:
7272
password: ${{ secrets.DOCKERHUB_TOKEN }}
7373

7474
- name: Configure GCP Credentials for Shared Services
75-
uses: "google-github-actions/auth@v2"
75+
uses: google-github-actions/auth@v2
7676
with:
7777
project_id: ${{ env.GCP_PROJECT}}
78-
workload_identity_provider: "projects/806289336876/locations/global/workloadIdentityPools/github-actions/providers/github-actions-provider"
78+
workload_identity_provider: "projects/defang-io/locations/global/workloadIdentityPools/github-actions/providers/github-actions-provider"
7979

8080
- name: Authenticate to GCR
8181
run: |
@@ -90,6 +90,7 @@ jobs:
9090
push: true
9191
tags: |
9292
defangio/railpack-builder:${{ env.IMAGE_TAG }}
93+
${{ env.GCP_REGION }}-docker.pkg.dev/defang-io/public/railpack-builder:${{ env.IMAGE_TAG }}
9394
public.ecr.aws/defang-io/codebuild-railpack:${{ env.IMAGE_TAG }}
9495
cache-from: type=gha,scope=${{ github.workflow }}
9596
cache-to: type=gha,scope=${{ github.workflow }},mode=max

0 commit comments

Comments
 (0)