Skip to content
Snippets Groups Projects
Commit b2d58148 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix(docker): pass registry-failure up

parent 2aa0e3c7
Branches
No related tags found
No related merge requests found
......@@ -291,6 +291,9 @@ async function getTags(registry, repository) {
await renovateCache.set(cacheNamespace, cacheKey, tags, cacheMinutes);
return tags;
} catch (err) /* istanbul ignore next */ {
if (err.message === 'registry-failure') {
throw err;
}
logger.debug(
{
err,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment