mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-14 14:36:34 +00:00
Use all available on-device images during local push
Change-type: patch Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
parent
aa5062ea6f
commit
62b7d2fd1a
@ -443,8 +443,7 @@ function assignOutputHandlers(
|
||||
}
|
||||
|
||||
async function getDeviceDockerImages(docker: Docker): Promise<string[]> {
|
||||
const images = await docker.listImages();
|
||||
|
||||
const images = await docker.listImages({ all: true });
|
||||
return _.map(images, 'Id');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user