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