Skip to content

Commit

Permalink
update registri
Browse files Browse the repository at this point in the history
  • Loading branch information
armayndo authored Jun 3, 2019
1 parent e0eb425 commit 2d83929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job-dsl/nodejsdocker.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ job('NodeJS Docker example') {
dockerBuildAndPublish {
repositoryName('armayndo/docker-nodejs-demo')
tag('${GIT_REVISION,length=9}')
registryCredentials('Pass4Docker')
registryCredentials('dockerhub2')
forcePull(false)
forceTag(false)
createFingerprints(false)
Expand Down

0 comments on commit 2d83929

Please sign in to comment.