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;
|
||||
}
|
||||
|
||||
function lib_executeDockerBuild(dockerArgs) {
|
||||
function executeDockerBuild(dockerArgs) {
|
||||
const dockerArgsStr = dockerArgs.join(' ');
|
||||
|
||||
const proc = child_process.spawnSync('docker ' + dockerArgsStr, {
|
||||
const proc = external_child_process_namespaceObject.spawnSync('docker ' + dockerArgsStr, {
|
||||
shell: true,
|
||||
stdio: 'inherit',
|
||||
cwd : getDockerContextDir()
|
||||
|
||||
@ -3,7 +3,7 @@ import * as github from '@actions/github';
|
||||
import * as action_information from 'information';
|
||||
import {
|
||||
addCiRegistryAuth,
|
||||
collectTags,
|
||||
collectTags, executeDockerBuild,
|
||||
mergeArgRegistryAuthJson,
|
||||
prepareDestinations, prepareDockerArgs,
|
||||
processAdditionalRegistries,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user