Skip to content

Commit

Permalink
Fix: image_id to dockerhub_image_id
Browse files Browse the repository at this point in the history
  • Loading branch information
orviz authored Oct 26, 2018
1 parent 6321526 commit bd75152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ pipeline {
}
post {
success {
DockerPush(image_id)
DockerPush(dockerhub_image_id)
}
failure {
DockerClean()
Expand Down

0 comments on commit bd75152

Please sign in to comment.