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

This commit is contained in:
2026-07-08 18:03:51 +02:00
parent 5b134a9e4f
commit 784e10105a
+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: gitea:3000
registry: git.sh-edraft.de
username: ${{ secrets.CI_USERNAME }}
password: ${{ secrets.CI_ACCESS_TOKEN }}