Skip to content

Commit

Permalink
last try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
toschoch committed Dec 9, 2018
1 parent 1c811db commit c05d6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ node('docker') {
}

stage('Push Image') {
docker.withRegistry('https://docker.io','docker public') {
docker.withRegistry('','docker public') {
withCredentials([
usernamePassword(credentialsId: 'docker public',
usernameVariable: 'USERNAME',
Expand Down

0 comments on commit c05d6af

Please sign in to comment.