fix: Resolves issue with working directory

This commit is contained in:
Vincent Mahnke 2025-10-11 23:53:55 +02:00 committed by Vincent Mahnke
commit 7875895248

View file

@ -27,10 +27,8 @@ jobs:
run: |
docker build -f Containerfile -t git.hamburg.ccc.de/ccchh/sunders/web:latest .
docker push git.hamburg.ccc.de/ccchh/sunders/web:latest
working-directory: ./
- name: Start Docker Compose services
run: |
docker compose up -d --wait
docker compose down
working-directory: /
docker compose down