mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
cleanup more docker
This commit is contained in:
parent
4de9960a62
commit
ca7121cfad
1 changed files with 3 additions and 2 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -30,8 +30,9 @@ jobs:
|
||||||
sudo rm -rf /usr/local/lib/android
|
sudo rm -rf /usr/local/lib/android
|
||||||
sudo rm -rf /opt/ghc
|
sudo rm -rf /opt/ghc
|
||||||
sudo rm -rf /opt/hostedtoolcache/CodeQL
|
sudo rm -rf /opt/hostedtoolcache/CodeQL
|
||||||
sudo docker image prune --all --force
|
sudo docker system prune -af || true
|
||||||
sudo docker builder prune -a
|
sudo docker image prune -af || true
|
||||||
|
sudo docker builder prune -af || true
|
||||||
df -h
|
df -h
|
||||||
du -h -d2 / 2>/dev/null | sort -hr | head -n 20 || true
|
du -h -d2 / 2>/dev/null | sort -hr | head -n 20 || true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue