From e891f55a78c7b778b8b3f2ec1320dbe2d8ea1b11 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Mon, 14 Nov 2022 19:32:31 +0000
Subject: [PATCH] feat: docker system prune at cleanup

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bf17fc626..5f50c2912 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -528,3 +528,6 @@ cleanup:
       if [ "$CI_PIPELINE_SOURCE" == "merge_request_event" ]; then
         ./gitlab-ci/cleanup_registry.sh -i jug_xl -r 69 ${NIGHTLY_TAG}
       fi
+    - docker system prune --force
+    - docker system df
+    - docker images
-- 
GitLab