fix(core): update
This commit is contained in:
parent
60efda263f
commit
37384aeb57
@ -114,7 +114,7 @@ export const push = async argvArg => {
|
|||||||
dockerRegistryUrls.push(argvArg._[2]);
|
dockerRegistryUrls.push(argvArg._[2]);
|
||||||
} else {
|
} else {
|
||||||
if (configObject.dockerRegistries.length === 0) {
|
if (configObject.dockerRegistries.length === 0) {
|
||||||
logger.log('warn', `There are no docker registries listed in npmextra.json!`);
|
logger.log('warn', `There are no docker registries listed in npmextra.json! This is strange!`);
|
||||||
}
|
}
|
||||||
dockerRegistryUrls = dockerRegistryUrls.concat(configObject.dockerRegistries);
|
dockerRegistryUrls = dockerRegistryUrls.concat(configObject.dockerRegistries);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user