From b076f84229e4d41d62dc6f897c166c5d62b3db6e Mon Sep 17 00:00:00 2001 From: Akshun Aggarwal Date: Wed, 9 Jul 2025 10:24:32 +0000 Subject: [PATCH] Update config.js --- config.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index d987199..dd5f210 100644 --- a/config.js +++ b/config.js @@ -12,5 +12,13 @@ module.exports = { persistRepoData: true, repositories: [ "akshun/public-k3s" - ] + ], + hostRules: [ + { + hostType: 'docker', + matchHost: 'docker.io', + username: 'akshunaggarwal', + password: process.env.DOCKER_HUB_PASSWORD, + }, + ], } \ No newline at end of file