Bump docker/login-action from 1.8.0 to 1.12.0

Bumps [docker/login-action](https://github.com/docker/login-action) from 1.8.0 to 1.12.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1.8.0...v1.12.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>
This commit is contained in:
dependabot[bot]
2022-01-17 18:14:32 +00:00
committed by GitHub
parent eda9d142cb
commit 0cc4cb416a

View File

@@ -189,7 +189,7 @@ jobs:
rm -rf /tmp/buildx-cache
mv /tmp/buildx-cache-new /tmp/buildx-cache
- name: 🔑 GHCR Login
uses: docker/login-action@v1.8.0
uses: docker/login-action@v1.12.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}