Skip to content

Commit

Permalink
updated the env details
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycook123 committed Dec 3, 2018
1 parent 2dd0383 commit 8df9b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline.dockerbuild.script
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ node {
usernameVariable: 'USERNAME', passwordVariable: 'PASSWORD')]) {
sh "docker login -u ${USERNAME} -p ${PASSWORD} https://index.docker.io/v1/"
sh "docker push ${DOCKERHUB_REPO}:${BUILD_NUMBER}"
sh "docker push ${DOCKERHUB_REPO}/webapp:latest"
sh "docker push ${DOCKERHUB_REPO}:latest"
}
}
}
Expand Down

0 comments on commit 8df9b30

Please sign in to comment.