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

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