Skip to content

Commit 092da6a

Browse files
committed
chore(ci): Try to cleanup docker build host
1 parent 13c63c0 commit 092da6a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ jobs:
4040
- name: Visualize disk usage before build
4141
run: df -h
4242

43+
- name: Cleanup some disk space
44+
run: |
45+
docker system prune -a --force || true
46+
docker builder prune -af || true
47+
48+
- name: Visualize disk usage after cleanup
49+
run: df -h
50+
4351
- name: Set docker tag names
4452
id: tags
4553
uses: ./.github/actions/docker-tags

0 commit comments

Comments
 (0)