Cleanup docker local image after build and push

This commit is contained in:
2025-08-10 17:36:38 +02:00
parent a1795c631b
commit 8576eb1fd3

1
Jenkinsfile vendored
View File

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