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

This commit is contained in:
2026-07-08 18:30:32 +02:00
parent 66c4d081c7
commit 383eba59bd
+5 -2
View File
@@ -22,7 +22,10 @@ jobs:
- name: Build pelican-debian32 image - name: Build pelican-debian32 image
run: | run: |
docker build -t git.sh-edraft.de/sh-edraft.de/pelican-debian32:latest . docker build \
-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
@@ -41,4 +44,4 @@ jobs:
password: ${{ secrets.CI_ACCESS_TOKEN }} password: ${{ secrets.CI_ACCESS_TOKEN }}
- name: Push image - name: Push image
run: docker push gitea:3000/sh-edraft.de/pelican-debian32:latest run: docker push --all-tags gitea:3000/sh-edraft.de/pelican-debian32