Skip to content

Commit

Permalink
bugfix: push to the right docker mirror. (spack#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e authored Jun 4, 2019
1 parent 1fe8e67 commit d861ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def build_and_deploy_docker() {
def rev = "--build-arg revision=${sha1}"
if (pull == null) {
sh "docker build -f docker/Dockerfile ${proxy} ${rev} -t bluebrain/spack ."
sh "docker push bluebrain/spack"
sh "docker push docker.io/bluebrain/spack"
} else {
def pr = "--build-arg pr=${env.ghprbPullId}"
sh "docker build -f docker/Dockerfile ${proxy} ${rev} ${pr} -t bluebrain/spack ."
Expand Down

0 comments on commit d861ef1

Please sign in to comment.