deps(workflows): bump docker/login-action from 3 to 4 (#205)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-03-09 15:18:21 +08:00 committed by GitHub
parent 47980b8597
commit 5030967b61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -92,7 +92,7 @@ jobs:
- name: Login to Container Registry
if: github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ env.IMAGE_REGISTRY }}
username: ${{ github.repository_owner }}