From 160137e9ab93b3f7804cdada48ffc7a1369dee7c 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 af5316914..0d9e3b733 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -466,3 +466,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