diff --git a/js-action/src/index.js b/js-action/src/index.js index d251027..5bdd5f7 100644 --- a/js-action/src/index.js +++ b/js-action/src/index.js @@ -51,7 +51,7 @@ async function main() { let file = `--file ./docker/${image.name}/Dockerfile`; if ('file' in image) { - target = `--file ${image.file}`; + file = `--file ${image.file}`; } // build image