mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2024-11-10 08:47:26 +01:00
fix wrong option
This commit is contained in:
parent
b6e1b6aaa5
commit
fb85f3c44a
4
.github/workflows/ccdocker_demo_startup.yml
vendored
4
.github/workflows/ccdocker_demo_startup.yml
vendored
@ -21,10 +21,10 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Build containers
|
||||
run: docker-compose -d -f "docker-compose.yml" build
|
||||
run: docker-compose -f "docker-compose.yml" build
|
||||
|
||||
- name: Run containers
|
||||
run: docker-compose -d -f "docker-compose.yml" up
|
||||
run: docker-compose -f "docker-compose.yml" up
|
||||
|
||||
- name: Show containers
|
||||
run: docker ps -a
|
||||
|
Loading…
Reference in New Issue
Block a user