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:
parent
5307c1db1f
commit
f78e170cb1
@ -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}`,
|
|
||||||
'.'
|
'.'
|
||||||
]),
|
]),
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user