chore(ci): improve docker cleanup

This commit is contained in:
Dominik 2025-05-13 09:37:41 +02:00
parent 086f226e81
commit f90fb74f44
3 changed files with 6 additions and 6 deletions

View file

@ -31,4 +31,5 @@ jobs:
- name: Clean up Docker
run: |
docker system prune -af --volumes
docker system prune -af --filter "until=24h"
docker volume prune -f