We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcc8906 + 6f80184 commit 6d4900dCopy full SHA for 6d4900d
1 file changed
.github/workflows/build-and-push-images.yaml
@@ -30,13 +30,13 @@ jobs:
30
service_account: artifact-writer@${{ env.GCP_PROJECT_ID }}.iam.gserviceaccount.com
31
workload_identity_provider: ${{ vars.GCPV2_GITHUB_WORKLOAD_IDENTITY_PROVIDER }}
32
- name: Log in to the GAR container registry
33
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
34
with:
35
registry: ${{ env.GAR_LOCATION }}-docker.pkg.dev
36
username: oauth2accesstoken
37
password: ${{ steps.gcp-auth.outputs.access_token }}
38
- name: Log in to the GitHub Container registry
39
40
41
registry: ghcr.io
42
username: ${{ github.actor }}
0 commit comments