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,
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,
}
],
}