Cleanup docker local image after build and push

This commit is contained in:
2025-08-10 18:55:07 +02:00
parent d4f843fbbb
commit 95c4fcdfe8

1
Jenkinsfile vendored
View File

@@ -82,6 +82,7 @@ pipeline {
post { post {
cleanup { cleanup {
cleanWs() cleanWs()
sh "docker image rm ${docker_tag} ${docker_tag_version}"
} }
} }
} }