diff --git a/Jenkinsfile b/Jenkinsfile index 1e7a40c..012b398 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,6 @@ node { * Second, the 'latest' tag. * Pushing multiple tags is cheap, as all the layers are reused. */ app.push() - app.push("${env.BUILD_NUMBER}") } stage('Cleaning'){