Skip to content

Commit

Permalink
test docker deploy with version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
machow committed May 2, 2016
1 parent 1f70846 commit ee7fc8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ deploy:

after_deploy:
- docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- docker push machow/paper-pattern-similarity
- docker tag machow/paper-pattern-similarity:latest machow/paper-pattern-similarity:"$GIT_TAG"
- docker push machow/paper-pattern-similarity:"$GIT_TAG"

0 comments on commit ee7fc8f

Please sign in to comment.