Skip to content

Commit 42a1016

Browse files
committed
Update docker compose command in build GHA
1 parent 57e78de commit 42a1016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up
1616
run: |
1717
docker --version
18-
docker-compose --version
18+
docker compose --version
1919
echo "${GITHUB_REF}"
2020
- name: Start services
2121
run: |

0 commit comments

Comments
 (0)