Skip to content

Commit

Permalink
docker builder prune
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Nov 19, 2024
1 parent 11d6db5 commit 667e607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/buildsonic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
pip3 install --user j2cli
- name: Clean up from prior runs
run: |
docker builder prune -a
docker image prune --all --force
mydir=`pwd`
sudo rm -rf *
Expand Down

0 comments on commit 667e607

Please sign in to comment.