Skip to content

Commit 2b660eb

Browse files
authored
🐛 FIX: Use docker compose v2 syntax (space instead of hyphen)
1 parent 88e201c commit 2b660eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v3
2626
- name: Build Docker Images
27-
run: docker-compose build
27+
run: docker compose build

0 commit comments

Comments
 (0)