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