Skip to content

Commit

Permalink
Cleanup disk space by removing docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
kpadmasola committed Oct 11, 2023
1 parent 95a8bf6 commit 5c95c12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
# Workaround for 'No space left on device' error
- name: free disk space
run: |
sudo docker rmi $(docker image ls -aq) >/dev/null 2>&1 || true
sudo swapoff -a
sudo rm -f /swapfile
sudo apt clean
Expand Down

0 comments on commit 5c95c12

Please sign in to comment.