mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-09 12:21:16 +00:00
Merge pull request #1786 from balena-io/1783-images-push-not-iterable
balena deploy: Fix "TypeError: images.push is not iterable"
This commit is contained in:
commit
d98bc9fb06
@ -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…
x
Reference in New Issue
Block a user