diff --git a/Jenkinsfile b/Jenkinsfile index 47a2b8b..90083de 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,8 +24,10 @@ node { } stage("Deploy") { - dockerImage.push() - dockerImage.push("production") + docker.withRegistry('https://registry.elbert.us', '6ad2f24c-6da4-4cdb-b526-4773922fb0d5') { + dockerImage.push() + dockerImage.push("production") + } sh "/usr/local/bin/docker-compose --project-name '${projectName}' --file '${sourceFigFile}' pull"