ci(deps): bump docker/login-action from 3 to 4

Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: '4'
  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-03-09 15:02:27 +00:00 committed by GitHub
parent 88df739a1a
commit c8b1afa058
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ jobs:
- name: Login to docker.io - name: Login to docker.io
if: ${{ env.DOCKER_PUSH }} if: ${{ env.DOCKER_PUSH }}
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
username: ${{ secrets.DOCKER_HUB_USERNAME }} username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_TOKEN }} password: ${{ secrets.DOCKER_HUB_TOKEN }}
@ -161,7 +161,7 @@ jobs:
- name: Login to ghcr.io - name: Login to ghcr.io
if: ${{ env.DOCKER_PUSH_GHCR }} if: ${{ env.DOCKER_PUSH_GHCR }}
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}