Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Kibish committed Jan 28, 2018
1 parent 04a711c commit 0218a45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ script:
after_success:
- if [ -n "$TRAVIS_TAG" ]; then
docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD";
docker build -t skibish/trashdiena:$TRAVIS_TAG -t skibish/trashdiena:latest .
docker push skibish/trashdiena:$TRAVIS_TAG
docker push skibish/trashdiena:latest
docker build -t skibish/trashdiena:$TRAVIS_TAG -t skibish/trashdiena:latest .;
docker push skibish/trashdiena:$TRAVIS_TAG;
docker push skibish/trashdiena:latest;
fi

0 comments on commit 0218a45

Please sign in to comment.