Skip to content

Commit

Permalink
Update nodejsdocker.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
temitope777 authored Aug 14, 2018
1 parent 565a6df commit 9ecf58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejsdocker.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ job('NodeJS Docker example') {
}
steps {
dockerBuildAndPublish {
repositoryName('temitope777/devopsrepository')
repositoryName('tope777/devopsstudy')
tag('${GIT_REVISION,length=9}')
registryCredentials('dockerhub')
forcePull(false)
Expand Down

0 comments on commit 9ecf58f

Please sign in to comment.