Skip to content

Commit

Permalink
Push docker images with every master build
Browse files Browse the repository at this point in the history
  • Loading branch information
Zdenek Maly committed Sep 14, 2022
1 parent 9216957 commit f76f633
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 @@ -76,7 +76,6 @@ pipeline {
}
}
stage("Docker Image Push") {
when { expression { isRelease } }
steps {
withDockerRegistry([ credentialsId: "dockerhub-access", url: "" ]) {
sh "docker image push --all-tags ${imageName}"
Expand Down

0 comments on commit f76f633

Please sign in to comment.