diff --git a/lib/datasource/docker/index.js b/lib/datasource/docker/index.js index 159e9aab76c5dd4ef46c1ce0f31de3357f415aa3..87be6afc3bd7ba1546bebf78715812b398434640 100644 --- a/lib/datasource/docker/index.js +++ b/lib/datasource/docker/index.js @@ -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,