mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Removed docker -e flag
docker -e flag is now deprecated: https://docs.docker.com/engine/deprecated/#-e-and---email-flags-on-docker-login
This commit is contained in:
parent
28872a1fa7
commit
3a46d5e3c4
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
- echo "{\"name\":\"datasette-latest-$ALIAS\",\"alias\":\"$TAG.datasette.io\"}" > now.json
|
||||
- now alias --token=$NOW_TOKEN
|
||||
# Build and release to Docker Hub
|
||||
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
|
||||
- docker login -u $DOCKER_USER -p $DOCKER_PASS
|
||||
- export REPO=datasetteproject/datasette
|
||||
- docker build -f Dockerfile -t $REPO:$TRAVIS_TAG .
|
||||
- docker push $REPO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue