Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Commit

Permalink
Changed docker creds name
Browse files Browse the repository at this point in the history
  • Loading branch information
tculp authored Dec 3, 2018
1 parent 4854dbb commit aa4486c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ node("omar-build"){
stage ("Publish Docker App")
{
withCredentials([[$class: 'UsernamePasswordMultiBinding',
credentialsId: 'dockerQuayCredentials',
credentialsId: 'dockerCredentials',
usernameVariable: 'DOCKER_REGISTRY_USERNAME',
passwordVariable: 'DOCKER_REGISTRY_PASSWORD']])
{
Expand Down

0 comments on commit aa4486c

Please sign in to comment.