build(deps): bump docker/login-action from 1.14.1 to 2.0.0 (#4346)

Bumps [docker/login-action](https://github.com/docker/login-action) from 1.14.1 to 2.0.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1.14.1...v2.0.0)

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

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-05-06 11:37:37 -04:00 committed by GitHub
parent 4976886a49
commit 34dfc30910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -88,7 +88,7 @@ jobs:
token_format: 'access_token' token_format: 'access_token'
- name: Login to Google Artifact Registry - name: Login to Google Artifact Registry
uses: docker/login-action@v1.14.1 uses: docker/login-action@v2.0.0
with: with:
registry: us-docker.pkg.dev registry: us-docker.pkg.dev
username: oauth2accesstoken username: oauth2accesstoken
@ -96,7 +96,7 @@ jobs:
logout: false logout: false
- name: Login to Google Container Registry - name: Login to Google Container Registry
uses: docker/login-action@v1.14.1 uses: docker/login-action@v2.0.0
with: with:
registry: gcr.io registry: gcr.io
username: oauth2accesstoken username: oauth2accesstoken

View File

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