1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-14 23:30:05 +02:00

build: remove --build-arg

This commit is contained in:
Sérgio Ramos 2017-06-20 16:25:18 +01:00
parent 5307c1db1f
commit f78e170cb1

View File

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