diff --git a/scripts/deploy b/scripts/deploy index b90dd5fe..bf6a3831 100755 --- a/scripts/deploy +++ b/scripts/deploy @@ -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