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