mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
fix: add missing --email to docker login
This commit is contained in:
parent
9081d50a0e
commit
ef8241ef5a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user