build(deps): bump docker/login-action from 4.5.2 to 4.6.0

Bumps [docker/login-action](https://github.com/docker/login-action) from 4.5.2 to 4.6.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v4.5.2...v4.6.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 4.6.0
  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]
2026-08-03 23:53:17 +00:00
committed by cloud-hypervisor-bot
parent aa9678da67
commit e54913da0b

View File

@@ -45,7 +45,7 @@ jobs:
- name: Login to ghcr
if: ${{ github.event_name == 'push' }}
uses: docker/login-action@v4.5.2
uses: docker/login-action@v4.6.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
@@ -102,7 +102,7 @@ jobs:
type=sha
- name: Login to ghcr
uses: docker/login-action@v4.5.2
uses: docker/login-action@v4.6.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}