mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Co-authored-by: Valentin Zickner <github@zickner.ch>pull/544/head
Thomas Kaul
3 years ago
committed by
GitHub
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