Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
specity builds to push to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
j6mes committed Jul 5, 2018
1 parent 8201241 commit afb8293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ before_install:
install:
- docker build -t fever .
- docker tag fever $DOCKER_PUB_ORG/fever-baselines:build-$TRAVIS_BUILD_NUMBER
- docker push
- docker push $DOCKER_PUB_ORG/fever-baselines:build-$TRAVIS_BUILD_NUMBER

script:
- echo "Done"

after_success:
- docker tag fever $DOCKER_PUB_ORG/fever-baselines:latest
- docker push
- docker push $DOCKER_PUB_ORG/fever-baselines:latest

0 comments on commit afb8293

Please sign in to comment.