build(deps): bump docker/login-action from 1.9.0 to 2.1.0

Bumps [docker/login-action](https://github.com/docker/login-action) from 1.9.0 to 2.1.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](28218f9b04...f4ef78c080)

---
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>
pull/623/head
dependabot[bot] 2023-03-02 11:06:59 +00:00 committed by GitHub
parent e11d2bb78e
commit 9801561563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ jobs:
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}