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

This commit is contained in:
2026-03-04 10:02:59 +00:00
parent 1177c32be7
commit c4ced07d3a

View File

@@ -48,7 +48,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Log in to Gitea Package Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ vars.PACKAGES_REGISTRY_URL }}
username: ${{ vars.PACKAGES_REGISTRY_USERNAME }}