👷 Remove latest tag also

This commit is contained in:
andreas.dinauer 2025-11-15 12:22:08 +01:00
parent 7f2b637abe
commit c8ecdce0e0

2
Jenkinsfile vendored
View File

@ -45,7 +45,7 @@ pipeline {
stage('Remove image from host') { stage('Remove image from host') {
steps { steps {
script { script {
sh "docker image rm --force ${env.IMAGE}" sh "docker image rm --force ${env.IMAGE} && docker image rm --force ${env.LATEST}"
} }
} }
} }