mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
Use captain to push images
This commit is contained in:
parent
ed3a2e2526
commit
e8d9d620e3
@ -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
|
curl -sSL https://raw.githubusercontent.com/tomgco/captain/master/install.sh | bash
|
||||||
export PATH=$HOME/.captain/bin:$PATH
|
export PATH=$HOME/.captain/bin:$PATH
|
||||||
captain build -N yldio/joyent-dashboard-
|
captain build -N yldio/joyent-dashboard-
|
||||||
|
captain push -N yldio/joyent-dashboard-
|
||||||
|
|
||||||
export DOCKER_HOST=$_DOCKER_HOST
|
export DOCKER_HOST=$_DOCKER_HOST
|
||||||
export DOCKER_CERT_PATH=$_DOCKER_CERT_PATH
|
export DOCKER_CERT_PATH=$_DOCKER_CERT_PATH
|
||||||
|
Loading…
Reference in New Issue
Block a user