Merge pull request #3571 from benoitc/dependabot/github_actions/docker/login-action-4

chore(deps): bump docker/login-action from 3 to 4
This commit is contained in:
Benoit Chesneau 2026-04-03 01:54:47 +02:00 committed by GitHub
commit 4d56a2001f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Log in to Container Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}