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

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