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

This commit is contained in:
2026-07-08 20:34:13 +02:00
parent 383eba59bd
commit 0c9268e807
+2 -5
View File
@@ -22,10 +22,7 @@ jobs:
- name: Build pelican-debian32 image - name: Build pelican-debian32 image
run: | run: |
docker build \ docker build -t gitreg.sh-edraft.de/sh-edraft.de/pelican-debian32:latest .
-t gitea:3000/sh-edraft.de/pelican-debian32:latest \
-t git.sh-edraft.de/sh-edraft.de/pelican-debian32:latest \
.
push: push:
needs: build needs: build
@@ -44,4 +41,4 @@ jobs:
password: ${{ secrets.CI_ACCESS_TOKEN }} password: ${{ secrets.CI_ACCESS_TOKEN }}
- name: Push image - name: Push image
run: docker push --all-tags gitea:3000/sh-edraft.de/pelican-debian32 run: docker push gitreg.sh-edraft.de/sh-edraft.de/pelican-debian32