From cecb1d58ce0d7f82cbf6bb36793bf91a5843b344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Thu, 1 Jun 2017 01:47:41 +0100 Subject: [PATCH] build: revert rm docker email --- scripts/deploy | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/deploy b/scripts/deploy index 7b3c1d18..a2fae090 100755 --- a/scripts/deploy +++ b/scripts/deploy @@ -62,6 +62,7 @@ const login = async () => { 'docker', [ 'login', + '--email="."', `--username="${_DOCKER_LOGIN_USERNAME}"`, `--password="${_DOCKER_LOGIN_PASSWORD}"`, _DOCKER_REGISTRY