Skip to content

Commit 6419502

Browse files
FIX (deploy): Update text of docker compose executable
1 parent 200429d commit 6419502

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
- name: Start test containers
139139
run: |
140140
cd backend
141-
docker-compose -f docker-compose.yml.example up -d
141+
docker compose -f docker-compose.yml.example up -d
142142
143143
- name: Wait for containers to be ready
144144
run: |
@@ -170,7 +170,7 @@ jobs:
170170
if: always()
171171
run: |
172172
cd backend
173-
docker-compose -f docker-compose.yml.example down -v
173+
docker compose -f docker-compose.yml.example down -v
174174
175175
determine-version:
176176
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)