Merge pull request #1905 from dalf/docker-build-fix

[fix] travis: fix docker build.
This commit is contained in:
Markus Heiser 2020-04-01 06:52:03 +00:00 committed by GitHub
commit 8189e18d91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -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:

View File

@ -169,6 +169,9 @@ PHONY += docker
docker: buildenv
$(Q)./manage.sh docker_build
docker.push: buildenv
$(Q)./manage.sh docker_build push
# gecko
# -----