Skip to content

Commit

Permalink
removed when statement
Browse files Browse the repository at this point in the history
  • Loading branch information
toschoch committed Dec 9, 2018
1 parent 9270b80 commit 441b13f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ node('docker') {
}

stage('Push Image') {
when { tag "release-*" }
docker.withRegistry('https://hub.docker.com/','docker public') {
builtImage.push()
}
Expand Down

0 comments on commit 441b13f

Please sign in to comment.