mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 23:30:05 +02:00
build: --build-arg on build, not up
This commit is contained in:
parent
539e1ea35e
commit
a2967210a3
@ -99,7 +99,9 @@ const build = async () => {
|
||||
flatten(tags.map(name => ['-t', `${NAMESPACE}/${name}`])),
|
||||
'-f',
|
||||
dockerfile,
|
||||
'.'
|
||||
'.',
|
||||
'--build-arg',
|
||||
`CIRCLE_BRANCH=${CIRCLE_BRANCH}`
|
||||
]),
|
||||
{
|
||||
stdio: 'inherit'
|
||||
|
Loading…
Reference in New Issue
Block a user