mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 23:30:05 +02:00
build: change docker build param order
This commit is contained in:
parent
a2967210a3
commit
53bec9df41
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user