Skip to content

Commit

Permalink
correct data-browser project name for docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
kgudel committed Sep 2, 2020
1 parent 31191a2 commit e75ccba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-browser/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pipeline {
usernameVariable: 'DOCKER_HUB_USER', passwordVariable: 'DOCKER_HUB_PASSWORD']]) {
withCredentials([[$class: 'UsernamePasswordMultiBinding', credentialsId: 'dtr-ext-jenkins-service',
usernameVariable: 'DTR_USER', passwordVariable: 'DTR_PASSWORD']]) {
dockerBuild.sbtBuild('data-browser')
dockerBuild.sbtBuild('hmda-data-browser-api', 'data-browser')
scanImage('hmda/data-browser', env.DOCKER_TAG)
}
}
Expand Down

0 comments on commit e75ccba

Please sign in to comment.