From c8ecdce0e0881041f644d9107d5582bea8451363 Mon Sep 17 00:00:00 2001 From: "andreas.dinauer" Date: Sat, 15 Nov 2025 12:22:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Remove=20latest=20tag=20also?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4089760..19254ba 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,7 +45,7 @@ pipeline { stage('Remove image from host') { steps { script { - sh "docker image rm --force ${env.IMAGE}" + sh "docker image rm --force ${env.IMAGE} && docker image rm --force ${env.LATEST}" } } }