mirror of https://github.com/searx/searx
Merge pull request #1905 from dalf/docker-build-fix
[fix] travis: fix docker build.
This commit is contained in:
commit
8189e18d91
|
@ -40,7 +40,7 @@ jobs:
|
|||
install: true
|
||||
script:
|
||||
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||
- local/py3/bin/activate; ./manage.sh docker_build push
|
||||
- make -e GIT_URL=$(git remote get-url origin) docker.push
|
||||
after_success: true
|
||||
|
||||
notifications:
|
||||
|
|
Loading…
Reference in New Issue