Update config.js
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-07-09 10:39:28 +00:00
parent 8077d605bc
commit 1cf1832317

View File

@@ -10,9 +10,8 @@ module.exports = {
}, },
optimizeForDisabled: true, optimizeForDisabled: true,
persistRepoData: true, persistRepoData: true,
repositories: [ repositories: ["akshun/public-k3s"],
"akshun/public-k3s" logLevel: 'debug',
],
hostRules: [ hostRules: [
{ {
hostType: 'docker', hostType: 'docker',
@@ -20,5 +19,11 @@ module.exports = {
username: 'akshunaggarwal', username: 'akshunaggarwal',
password: process.env.DOCKER_HUB_PASSWORD, password: process.env.DOCKER_HUB_PASSWORD,
}, },
{
hostType: 'docker',
matchHost: 'index.docker.io',
username: 'akshunaggarwal',
password: process.env.DOCKER_HUB_PASSWORD,
}
], ],
} }