chore(deps): update docker/login-action action to v4

This commit is contained in:
renovate[bot]
2026-03-04 09:14:14 +00:00
committed by GitHub
parent a198175914
commit 78c6a2f2cd

View File

@@ -60,7 +60,7 @@ jobs:
- name: Log in to GitHub Container Registry - name: Log in to GitHub Container Registry
if: steps.check-tag.outputs.exists == 'false' if: steps.check-tag.outputs.exists == 'false'
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}