[CI] Fix syntax error
Some checks failed
Build docs / build_docs (push) Failing after 8s

This commit is contained in:
2025-12-22 18:31:19 +01:00
parent 491cdd9441
commit 100f16afda

View File

@@ -11,7 +11,7 @@ jobs:
- name: Set up Git repository
uses: actions/checkout@v6
- name: Sign into gitea registry
uses: https://github.com/docker/login-action
uses: https://github.com/docker/login-action@v3
with:
username: ${{ vars.REGISTRY_USER_USERNAME }}
password: ${{ secrets.REGISTRY_USER_PASSWORD }}