mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
balena deploy: Fix "TypeError: images.push is not iterable"
Change-type: patch
This commit is contained in:
parent
5c39952002
commit
74cdd80b51
@ -530,10 +530,13 @@ const getPreviousRepos = (sdk, docker, logger, appID) =>
|
||||
return registry.imageName;
|
||||
});
|
||||
});
|
||||
} else {
|
||||
return [];
|
||||
}
|
||||
})
|
||||
.catch(e => {
|
||||
logger.logDebug(`Failed to access previously pushed image repo: ${e}`);
|
||||
return [];
|
||||
});
|
||||
|
||||
const authorizePush = function(
|
||||
|
Loading…
Reference in New Issue
Block a user