support build_args
This commit is contained in:
Vendored
+1
-1
@@ -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}"`);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -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}"`);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user