Skip to content

Commit

Permalink
update service account and workload identity provider secrets for doc…
Browse files Browse the repository at this point in the history
…ker remote build image
  • Loading branch information
Eduard-Voiculescu committed Jun 4, 2024
1 parent beea86d commit edb0aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.remotebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
uses: "google-github-actions/auth@v1"
with:
token_format: "access_token"
workload_identity_provider: ${{ secrets.GAR_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ secrets.GAR_SERVICE_ACCOUNT }}
workload_identity_provider: ${{ secrets.GCR_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ secrets.GCR_SERVICE_ACCOUNT }}

- name: Login to GCR
uses: docker/login-action@v1
Expand Down

0 comments on commit edb0aa2

Please sign in to comment.