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

This commit is contained in:
2025-12-22 18:30:30 +01:00
parent ca9fd7a66f
commit 491cdd9441

View File

@@ -14,7 +14,7 @@ jobs:
uses: https://github.com/docker/login-action uses: https://github.com/docker/login-action
with: with:
username: ${{ vars.REGISTRY_USER_USERNAME }} username: ${{ vars.REGISTRY_USER_USERNAME }}
username: ${{ secrets.REGISTRY_USER_PASSWORD }} password: ${{ secrets.REGISTRY_USER_PASSWORD }}
registry: ${{ vars.REGISTRY_BASE_URL }} registry: ${{ vars.REGISTRY_BASE_URL }}
- name: Run build - name: Run build
uses: actions/latex@v1 uses: actions/latex@v1