forked from kamba4/sunders
fix: Resolves issue with working directory
This commit is contained in:
parent
91384ff495
commit
e411bf8b76
1 changed files with 1 additions and 3 deletions
|
@ -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: /
|
Loading…
Add table
Add a link
Reference in a new issue