support build_args
This commit is contained in:
parent
3dc077a687
commit
bedcf121ad
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -62292,7 +62292,7 @@ function prepareDockerArgs(destinations) {
|
||||
|
||||
console.log('parsed build_args as: ', JSON.stringify(buildArgs, null, 2));
|
||||
buildArgs.forEach(arg => {
|
||||
dockerArgs.push(`--build-arg ${arg.key}="${arv.value}"`);
|
||||
dockerArgs.push(`--build-arg ${arg.key}="${arg.value}"`);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@ -190,7 +190,7 @@ export function prepareDockerArgs(destinations) {
|
||||
|
||||
console.log('parsed build_args as: ', JSON.stringify(buildArgs, null, 2));
|
||||
buildArgs.forEach(arg => {
|
||||
dockerArgs.push(`--build-arg ${arg.key}="${arv.value}"`);
|
||||
dockerArgs.push(`--build-arg ${arg.key}="${arg.value}"`);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user