Update config.js
This commit is contained in:
10
config.js
10
config.js
@@ -12,5 +12,13 @@ module.exports = {
|
|||||||
persistRepoData: true,
|
persistRepoData: true,
|
||||||
repositories: [
|
repositories: [
|
||||||
"akshun/public-k3s"
|
"akshun/public-k3s"
|
||||||
]
|
],
|
||||||
|
hostRules: [
|
||||||
|
{
|
||||||
|
hostType: 'docker',
|
||||||
|
matchHost: 'docker.io',
|
||||||
|
username: 'akshunaggarwal',
|
||||||
|
password: process.env.DOCKER_HUB_PASSWORD,
|
||||||
|
},
|
||||||
|
],
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user