mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-06-17 07:18:08 +00:00
Remove intermediate containers when doing a local push
Change-type: patch Closes: #1236 Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
@ -356,6 +356,7 @@ async function assignDockerBuildOpts(
|
|||||||
},
|
},
|
||||||
t: generateImageName(task.serviceName),
|
t: generateImageName(task.serviceName),
|
||||||
nocache: opts.nocache,
|
nocache: opts.nocache,
|
||||||
|
forcerm: true,
|
||||||
};
|
};
|
||||||
if (task.external) {
|
if (task.external) {
|
||||||
task.dockerOpts.authconfig = await getAuthConfigObj(
|
task.dockerOpts.authconfig = await getAuthConfigObj(
|
||||||
|
Reference in New Issue
Block a user