diff --git a/deploy/tfs.sh b/deploy/tfs.sh
index f6360eb200b5b4264b3ad5e2ab9d776a20855480..3a01606ce32369d0f0968282569eaf4ed59d778c 100755
--- a/deploy/tfs.sh
+++ b/deploy/tfs.sh
@@ -574,3 +574,9 @@ if [[ "$TFS_COMPONENTS" == *"monitoring"* ]] && [[ "$TFS_COMPONENTS" == *"webui"
 
     printf "\n\n"
 fi
+
+if [ "$DOCKER_BUILD" == "docker buildx build" ]; then
+    echo "Pruning Docker Buildx Cache..."
+    docker buildx prune --force
+    printf "\n\n"
+fi