Authenticate to dockerhub as part of CI
This commit is contained in:
parent
ad02bef933
commit
8910d07510
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user