Update config.js

This commit is contained in:
2025-07-09 10:24:32 +00:00
parent 8a5af7f7d1
commit b076f84229

View File

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