build: change docker build param order

This commit is contained in:
Sérgio Ramos 2017-06-01 12:53:04 +01:00
parent a2967210a3
commit 53bec9df41
1 changed files with 2 additions and 2 deletions

View File

@ -99,9 +99,9 @@ const build = async () => {
flatten(tags.map(name => ['-t', `${NAMESPACE}/${name}`])),
'-f',
dockerfile,
'.',
'--build-arg',
`CIRCLE_BRANCH=${CIRCLE_BRANCH}`
`CIRCLE_BRANCH=${CIRCLE_BRANCH}`,
'.'
]),
{
stdio: 'inherit'