feat: Detect host rules from env
This commit is contained in:
parent
c40ccabcbb
commit
b01b6a8987
2 changed files with 2 additions and 14 deletions
|
|
@ -18,18 +18,4 @@ data:
|
|||
},
|
||||
optimizeForDisabled: true,
|
||||
persistRepoData: true,
|
||||
hostRules: [
|
||||
{
|
||||
hostType: 'docker',
|
||||
matchHost: 'docker.io',
|
||||
username: process.env.DOCKER_USERNAME,
|
||||
password: process.env.DOCKER_TOKEN,
|
||||
},
|
||||
{
|
||||
hostType: 'docker',
|
||||
matchHost: 'registry-1.docker.io',
|
||||
username: process.env.DOCKER_USERNAME,
|
||||
password: process.env.DOCKER_TOKEN,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue