diff --git a/Jenkinsfile b/Jenkinsfile index 08bca33..3114420 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,7 +39,6 @@ node('docker') { } stage('Push Image') { - when { tag "release-*" } docker.withRegistry('https://hub.docker.com/','docker public') { builtImage.push() }