.gitea/workflows/deploy.yaml aktualisiert
Deploy on push / build (push) Successful in 18s
Deploy on push / push (push) Failing after 50s

This commit is contained in:
2026-07-08 17:59:33 +02:00
parent 44da3daa42
commit 5b134a9e4f
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
- name: Login to registry git.sh-edraft.de
uses: https://github.com/docker/login-action@v1
with:
registry: git.sh-edraft.de
registry: gitea:3000
username: ${{ secrets.CI_USERNAME }}
password: ${{ secrets.CI_ACCESS_TOKEN }}