Skip to content

Commit 6d4900d

Browse files
authored
Merge pull request #11 from mozilla/dependabot/github_actions/docker/login-action-3
chore(deps): bump docker/login-action from 2 to 3
2 parents dcc8906 + 6f80184 commit 6d4900d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-push-images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
service_account: artifact-writer@${{ env.GCP_PROJECT_ID }}.iam.gserviceaccount.com
3131
workload_identity_provider: ${{ vars.GCPV2_GITHUB_WORKLOAD_IDENTITY_PROVIDER }}
3232
- name: Log in to the GAR container registry
33-
uses: docker/login-action@v2
33+
uses: docker/login-action@v3
3434
with:
3535
registry: ${{ env.GAR_LOCATION }}-docker.pkg.dev
3636
username: oauth2accesstoken
3737
password: ${{ steps.gcp-auth.outputs.access_token }}
3838
- name: Log in to the GitHub Container registry
39-
uses: docker/login-action@v2
39+
uses: docker/login-action@v3
4040
with:
4141
registry: ghcr.io
4242
username: ${{ github.actor }}

0 commit comments

Comments
 (0)