Update config.js

This commit is contained in:
2025-07-09 10:43:08 +00:00
parent 1cf1832317
commit 128542d5e7

View File

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