chore(ci): Try to cleanup docker build host

This commit is contained in:
Matthias
2025-12-21 13:43:16 +01:00
parent 13c63c0bf5
commit 092da6aee5

View File

@@ -40,6 +40,14 @@ jobs:
- name: Visualize disk usage before build
run: df -h
- name: Cleanup some disk space
run: |
docker system prune -a --force || true
docker builder prune -af || true
- name: Visualize disk usage after cleanup
run: df -h
- name: Set docker tag names
id: tags
uses: ./.github/actions/docker-tags