chore(deps)(deps): bump docker/login-action from 2.2.0 to 3.6.0

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

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 3.6.0
  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] 2026-01-21 13:44:49 +00:00 committed by GitHub
parent 702f768784
commit 793a14a010
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ jobs:
ssh://git@github.com/
- name: Log in to Docker Hub
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}