Travis applies :latest tag to Docker release, refs #329

This commit is contained in:
Simon Willison 2018-09-19 20:23:56 +02:00
commit 96af802352
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52

View file

@ -44,6 +44,7 @@ jobs:
- docker login -u $DOCKER_USER -p $DOCKER_PASS
- export REPO=datasetteproject/datasette
- docker build -f Dockerfile -t $REPO:$TRAVIS_TAG .
- docker tag $REPO:$TRAVIS_TAG $REPO:latest
- docker push $REPO
deploy:
- provider: pypi