mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Travis applies :latest tag to Docker release, refs #329
This commit is contained in:
parent
57a71377c9
commit
96af802352
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue