assembled docker args
This commit is contained in:
parent
e35b2f2658
commit
309290f1cf
4
dist/index.js
vendored
4
dist/index.js
vendored
@ -62266,10 +62266,10 @@ function prepareDockerArgs(destinations) {
|
|||||||
return dockerArgs;
|
return dockerArgs;
|
||||||
}
|
}
|
||||||
|
|
||||||
function lib_executeDockerBuild(dockerArgs) {
|
function executeDockerBuild(dockerArgs) {
|
||||||
const dockerArgsStr = dockerArgs.join(' ');
|
const dockerArgsStr = dockerArgs.join(' ');
|
||||||
|
|
||||||
const proc = child_process.spawnSync('docker ' + dockerArgsStr, {
|
const proc = external_child_process_namespaceObject.spawnSync('docker ' + dockerArgsStr, {
|
||||||
shell: true,
|
shell: true,
|
||||||
stdio: 'inherit',
|
stdio: 'inherit',
|
||||||
cwd : getDockerContextDir()
|
cwd : getDockerContextDir()
|
||||||
|
|||||||
@ -3,7 +3,7 @@ import * as github from '@actions/github';
|
|||||||
import * as action_information from 'information';
|
import * as action_information from 'information';
|
||||||
import {
|
import {
|
||||||
addCiRegistryAuth,
|
addCiRegistryAuth,
|
||||||
collectTags,
|
collectTags, executeDockerBuild,
|
||||||
mergeArgRegistryAuthJson,
|
mergeArgRegistryAuthJson,
|
||||||
prepareDestinations, prepareDockerArgs,
|
prepareDestinations, prepareDockerArgs,
|
||||||
processAdditionalRegistries,
|
processAdditionalRegistries,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user