mirror of
https://github.com/Shadik23/telegram_greeting_bot.git
synced 2026-01-24 19:49:39 +05:00
fix(ci): Update docker-compose syntax to v2 for GitHub Actions
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user