From 8576eb1fd33d3c467f99ee95102a65699917b213 Mon Sep 17 00:00:00 2001 From: Marc Baloup Date: Sun, 10 Aug 2025 17:36:38 +0200 Subject: [PATCH] Cleanup docker local image after build and push --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index b1f5c17..7c16c36 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -73,6 +73,7 @@ pipeline { post { cleanup { cleanWs() + sh "docker image rm ${docker_tag} ${docker_tag_latest}" } } } \ No newline at end of file