mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-30 08:03:55 +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:
parent
7da250914e
commit
05c3d2a5db
@ -356,6 +356,7 @@ async function assignDockerBuildOpts(
|
||||
},
|
||||
t: generateImageName(task.serviceName),
|
||||
nocache: opts.nocache,
|
||||
forcerm: true,
|
||||
};
|
||||
if (task.external) {
|
||||
task.dockerOpts.authconfig = await getAuthConfigObj(
|
||||
|
Loading…
x
Reference in New Issue
Block a user