fix(ci): Update docker-compose syntax to v2 for GitHub Actions

This commit is contained in:
averageencoreenjoer
2025-09-02 01:39:57 +03:00
parent b951296d9d
commit d40733fa3a
2 changed files with 6 additions and 7 deletions

View File

@@ -48,5 +48,5 @@ jobs:
- name: Docker cleanup
if: always() # This step runs even if previous steps fail.
run: |
docker-compose down -v --remove-orphans
docker compose down -v --remove-orphans
docker system prune -af --volumes