build(deps): bump docker/login-action from 2.1.0 to 2.2.0 (#6849)

Bumps [docker/login-action](https://github.com/docker/login-action) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-06-08 05:34:07 +00:00 committed by GitHub
parent baa2b01284
commit 6075a091de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -126,7 +126,7 @@ jobs:
access_token_lifetime: 10800s
- name: Login to Google Artifact Registry
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
registry: us-docker.pkg.dev
username: oauth2accesstoken
@ -136,7 +136,7 @@ jobs:
# We only publish images to DockerHub if a release is not a pre-release
# Ref: https://github.com/orgs/community/discussions/26281#discussioncomment-3251177
if: ${{ github.event_name == 'release' && !github.event.release.prerelease }}
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

View File

@ -254,7 +254,7 @@ jobs:
token_format: 'access_token'
- name: Login to Google Artifact Registry
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
registry: us-docker.pkg.dev
username: oauth2accesstoken

View File

@ -121,7 +121,7 @@ jobs:
uses: google-github-actions/setup-gcloud@v1.1.1
- name: Login to Google Artifact Registry
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
registry: us-docker.pkg.dev
username: oauth2accesstoken