From f78e170cb148f7beafe899228363c4a8faf1e456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Tue, 20 Jun 2017 16:25:18 +0100 Subject: [PATCH] build: remove --build-arg --- scripts/deploy | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/deploy b/scripts/deploy index 72beae86..84924305 100755 --- a/scripts/deploy +++ b/scripts/deploy @@ -103,9 +103,7 @@ const build = async () => { 'build', flatten(tags.map(name => ['-t', `${NAMESPACE}/${name}`])), '-f', - dockerfile, - '--build-arg', - `CIRCLE_BRANCH=${CIRCLE_BRANCH}`, + dockerfile '.' ]), {