|
|
@ -129,7 +129,7 @@ async function readMetaData(path, { |
|
|
|
|
|
|
|
if (!quiet) { |
|
|
|
if (hasNowJson) { |
|
|
|
console.log(`> No \`name\` LABEL in \`Dockerfile\` or \`name\` field in `\now.json\`, using ${chalk.bold(name)}`) |
|
|
|
console.log(`> No \`name\` LABEL in \`Dockerfile\` or \`name\` field in \`now.json\`, using ${chalk.bold(name)}`) |
|
|
|
} else { |
|
|
|
console.log(`> No \`name\` LABEL in \`Dockerfile\`, using ${chalk.bold(name)}`) |
|
|
|
} |
|
|
|