Update config.js
This commit is contained in:
@@ -11,7 +11,6 @@ module.exports = {
|
|||||||
optimizeForDisabled: true,
|
optimizeForDisabled: true,
|
||||||
persistRepoData: true,
|
persistRepoData: true,
|
||||||
repositories: ["akshun/public-k3s"],
|
repositories: ["akshun/public-k3s"],
|
||||||
logLevel: 'debug',
|
|
||||||
hostRules: [
|
hostRules: [
|
||||||
{
|
{
|
||||||
hostType: 'docker',
|
hostType: 'docker',
|
||||||
@@ -19,11 +18,5 @@ 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