mirror of https://github.com/ghostfolio/ghostfolio
2 changed files with 30 additions and 6 deletions
@ -0,0 +1,5 @@ |
|||
set -xe |
|||
echo "$DOCKER_HUB_ACCESS_TOKEN" | docker login -u "$DOCKER_HUB_USERNAME" --password-stdin |
|||
|
|||
docker build -t ghostfolio/ghostfolio:$TRAVIS_TAG . |
|||
docker push ghostfolio/ghostfolio:$TRAVIS_TAG |
Loading…
Reference in new issue