.gitea/workflows/pipeline.yml aktualisiert
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Gitea Actions Demo / build website (push) Failing after 10m35s

This commit is contained in:
2026-04-20 13:13:19 +02:00
parent c96370144e
commit ef9b98aeeb
+2 -2
View File
@@ -38,11 +38,11 @@ jobs:
with:
context: ./website/
push: true
tags: ${{ gitea.server_url}}/${{gitea.repository_owner}}/camera-crawler_website:latest
tags: git.mnl-lab.de/${{gitea.repository_owner}}/camera-crawler_website:latest
- name: Build and push
uses: docker/build-push-action@v7
with:
context: ./crawler/
push: true
tags: ${{ gitea.server_url}}/${{gitea.repository_owner}}/camera-crawler_crawler:latest
tags: git.mnl-lab.de/${{gitea.repository_owner}}/camera-crawler_crawler:latest