Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Use explicit credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed Jan 10, 2018
1 parent 74dbad0 commit 0f5db6c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Jenkinsfile
Expand Up @@ -15,8 +15,10 @@ pipeline {
}
steps {
script {
docker.image('netlify/build:latest').push()
docker.image('netlify/build:squash').push()
docker.withRegistry('https://index.docker.io/v1/', 'docker-hub-ci') {}
docker.image('netlify/build:latest').push()
docker.image('netlify/build:squash').push()
}
}
}
}
Expand Down

0 comments on commit 0f5db6c

Please sign in to comment.