assembled docker args

This commit is contained in:
David Hiendl 2023-12-02 20:23:01 +01:00
parent eeebfeb67a
commit 7d3526dec5
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View File

@ -62307,7 +62307,7 @@ try {
const dockerArgs = prepareDockerArgs(destinations);
if (debug) {
console.log('dockerArgs:', JSON.stringify(destinations, null, 2));
console.log('dockerArgs:', JSON.stringify(dockerArgs, null, 2));
}
}
catch (error) {

View File

@ -44,7 +44,7 @@ try {
const dockerArgs = prepareDockerArgs(destinations);
if (debug) {
console.log('dockerArgs:', JSON.stringify(destinations, null, 2));
console.log('dockerArgs:', JSON.stringify(dockerArgs, null, 2));
}
}
catch (error) {