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

This commit is contained in:
2026-07-08 18:26:00 +02:00
parent b9ce81c292
commit 66c4d081c7
+2 -2
View File
@@ -36,9 +36,9 @@ 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 }}
- name: Push image - name: Push image
run: docker push git.sh-edraft.de/sh-edraft.de/pelican-debian32:latest run: docker push gitea:3000/sh-edraft.de/pelican-debian32:latest