build(deps): bump docker/login-action from 2.0.0 to 2.1.0 (#5388)

Bumps [docker/login-action](https://github.com/docker/login-action) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2.0.0...v2.1.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>

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] 2022-10-12 18:12:06 +00:00 committed by GitHub
parent a4cb835e12
commit dbf7aae5b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -106,7 +106,7 @@ jobs:
access_token_lifetime: 10800s
- name: Login to Google Artifact Registry
uses: docker/login-action@v2.0.0
uses: docker/login-action@v2.1.0
with:
registry: us-docker.pkg.dev
username: oauth2accesstoken
@ -116,7 +116,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.0.0
uses: docker/login-action@v2.1.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

View File

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