This commit is contained in:
11
config.js
11
config.js
@@ -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,
|
||||
}
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user