From f094d532cff4574bab50a641e17b97516ada3928 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 25 Jun 2025 22:33:09 +1200 Subject: [PATCH] Modify buildtestpublish_all.sh --- buildtestpublish_all.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildtestpublish_all.sh b/buildtestpublish_all.sh index be3b736..04cd0c7 100755 --- a/buildtestpublish_all.sh +++ b/buildtestpublish_all.sh @@ -2,6 +2,9 @@ set -uo pipefail # Remove -e to handle errors manually SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" +docker builder prune -f + + # Colors for output RED='\033[0;31m' GREEN='\033[0;32m'