1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

Use captain to push images

This commit is contained in:
Tom Gallacher 2016-10-21 11:51:16 +01:00
parent ed3a2e2526
commit e8d9d620e3

View File

@ -19,6 +19,7 @@ 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
captain build -N yldio/joyent-dashboard-
captain push -N yldio/joyent-dashboard-
export DOCKER_HOST=$_DOCKER_HOST
export DOCKER_CERT_PATH=$_DOCKER_CERT_PATH