From 7a4808bd10d36316a2cd4d9510347fed38431c78 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Fri, 21 Oct 2016 14:30:40 +0100 Subject: [PATCH] build: Push to correct registry --- bin/deploy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/deploy b/bin/deploy index 523c21c5..5575078e 100755 --- a/bin/deploy +++ b/bin/deploy @@ -14,8 +14,8 @@ docker login -e="." -u="$_DOCKER_LOGIN_USERNAME" -p="$_DOCKER_LOGIN_PASSWORD" $_ curl -sSL https://raw.githubusercontent.com/tomgco/captain/master/install.sh | bash export PATH=$HOME/.captain/bin:$PATH git stash -u -captain build -N yldio/joyent-dashboard- -captain push -N yldio/joyent-dashboard- +captain build -N $_DOCKER_REGISTRY/yldio/joyent-dashboard- +captain push -N $_DOCKER_REGISTRY/yldio/joyent-dashboard- git stash apply ensure_command triton