Skip to content

Commit

Permalink
Travis applies :latest tag to Docker release, refs #329
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Sep 19, 2018
1 parent 57a7137 commit 96af802
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -44,6 +44,7 @@ jobs:
- docker login -u $DOCKER_USER -p $DOCKER_PASS - docker login -u $DOCKER_USER -p $DOCKER_PASS
- export REPO=datasetteproject/datasette - export REPO=datasetteproject/datasette
- docker build -f Dockerfile -t $REPO:$TRAVIS_TAG . - docker build -f Dockerfile -t $REPO:$TRAVIS_TAG .
- docker tag $REPO:$TRAVIS_TAG $REPO:latest
- docker push $REPO - docker push $REPO
deploy: deploy:
- provider: pypi - provider: pypi
Expand Down

0 comments on commit 96af802

Please sign in to comment.