From 1cf183231728eea9c9825228bd24627e425335b2 Mon Sep 17 00:00:00 2001 From: Akshun Aggarwal Date: Wed, 9 Jul 2025 10:39:28 +0000 Subject: [PATCH] Update config.js --- config.js | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index dd5f210..035e5e4 100644 --- a/config.js +++ b/config.js @@ -10,9 +10,8 @@ module.exports = { }, optimizeForDisabled: true, persistRepoData: true, - repositories: [ - "akshun/public-k3s" - ], + repositories: ["akshun/public-k3s"], + logLevel: 'debug', hostRules: [ { hostType: 'docker', @@ -20,5 +19,11 @@ module.exports = { username: 'akshunaggarwal', password: process.env.DOCKER_HUB_PASSWORD, }, + { + hostType: 'docker', + matchHost: 'index.docker.io', + username: 'akshunaggarwal', + password: process.env.DOCKER_HUB_PASSWORD, + } ], } \ No newline at end of file