Update templates

This commit is contained in:
2026-04-03 15:57:01 +02:00
parent 832de6d4ec
commit 82671eb2fa
3 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
- name: Set up Git repository
uses: actions/checkout@v6
- name: Sign into gitea registry
uses: https://github.com/docker/login-action@v3
uses: actions/docker-login@v3
with:
username: ${{ vars.REGISTRY_USER_USERNAME }}
password: ${{ secrets.REGISTRY_USER_PASSWORD }}