Skip to content

Commit

Permalink
fix bug with option file
Browse files Browse the repository at this point in the history
  • Loading branch information
identw committed Nov 28, 2023
1 parent 28f8bc8 commit db440db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js-action/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db440db

Please sign in to comment.