fix: add missing --email to docker login

This commit is contained in:
Sérgio Ramos 2017-05-31 11:04:25 +01:00
parent 9081d50a0e
commit ef8241ef5a

View File

@ -29,6 +29,7 @@ const login = ({
LOG(`${figures.arrowRight} login`);
return execa('docker', [
'login',
'--email="."',
`--username="${_DOCKER_LOGIN_USERNAME}"`,
`--password="${_DOCKER_LOGIN_PASSWORD}"`,
_DOCKER_REGISTRY