Authenticate to dockerhub as part of CI

This commit is contained in:
Régis Behmo 2019-07-11 16:41:57 +08:00
parent ad02bef933
commit 8910d07510

View File

@ -15,6 +15,7 @@ build:image:
deploy:image:
script:
- apk add --no-cache docker
- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
- python setup.py install
- tutor plugins enable discovery
- tutor config save