Skip to content

Commit

Permalink
Merge pull request #161 from ccb-hms/feature/rocker-base
Browse files Browse the repository at this point in the history
docker prune during build to free disk space
  • Loading branch information
sam-pullman authored Feb 12, 2024
2 parents d8b406f + c9a3b11 commit 8e178b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
sudo swapoff -a
sudo rm -f /swapfile
sudo apt clean
docker rmi $(docker image ls -aq)
docker system prune
df -h
- name: cleanup old action artifacts
Expand Down

0 comments on commit 8e178b7

Please sign in to comment.