chore: add Docker cleanup steps to workflows

This commit is contained in:
Dominik 2025-05-09 22:11:48 +02:00 committed by Dominik
parent 0927116a2c
commit ef65c5bbf6
2 changed files with 14 additions and 0 deletions

View file

@ -41,3 +41,10 @@ jobs:
uses: forgejo/upload-artifact@v4
with:
path: trivy-report.json
- name: Clean up Docker
run: |
docker system prune -af
docker volume prune -f
docker network prune -f
docker builder prune -af