Skip to content

Commit

Permalink
Add docker prune
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Sep 15, 2023
1 parent 290def9 commit ca21fca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/build-images/build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,5 @@ for ((i = 0; i < len; i++)); do
fi
done
done
docker system prune -f
docker system prune --volumes -f

0 comments on commit ca21fca

Please sign in to comment.