Skip to content

Commit 21e9744

Browse files
committed
Prune unused docker resources for disk space
1 parent 8c7404d commit 21e9744

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web-apps/kind-images.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ fi
1717

1818
# Work around storage limits in GH runners
1919
if [[ $CI == "true" ]]; then
20+
docker system prune -af
2021
DIR=/mnt/gimme-more-space
2122
sudo mkdir -p $DIR
2223
sudo chown -R $USER:$USER $DIR

0 commit comments

Comments
 (0)