Bump docker/login-action from 1.9.0 to 2.2.0

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

---
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>
This commit is contained in:
dependabot[bot]
2023-06-12 14:02:20 +00:00
committed by GitHub
parent 3f8b836d5b
commit b515bc929f

View File

@@ -45,7 +45,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@465a07811f14bebb1938fbed4728c6a1ff8901fc
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}