update async nature of pull and push
This commit is contained in:
parent
fb95bdfdc0
commit
4646862fd6
@ -111,7 +111,7 @@ export let push = async (argvArg) => {
|
|||||||
process.exit(1)
|
process.exit(1)
|
||||||
}
|
}
|
||||||
for (let dockerfile of dockerfileArray) {
|
for (let dockerfile of dockerfileArray) {
|
||||||
dockerfile.push(localDockerRegistry, suffix)
|
await dockerfile.push(localDockerRegistry, suffix)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user