[CI] Use upstream action
Some checks failed
Build docs / build_docs (push) Failing after 10s

This commit is contained in:
2025-12-23 07:01:47 +01:00
parent 8b4d775d1a
commit 23037f11f6

View File

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