Skip to content

Commit

Permalink
fix(chore): Fixed docker cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
patfeiler committed Oct 14, 2024
1 parent 635e6c7 commit de54ff0
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 @@ -23,6 +23,7 @@ jobs:
sudo swapoff -a; \
sudo rm -f /swapfile; \
sudo apt clean; \
docker image ls -aq; \
docker image rm $(docker image ls -aq); \
df -h
- name: Pull container base image
Expand Down

0 comments on commit de54ff0

Please sign in to comment.