Update config.js
This commit is contained in:
parent
4caf8ae61b
commit
cccb14b20a
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ module.exports = {
|
|||
matchHost: 'docker.io',
|
||||
username: 'mafyuh',
|
||||
password: `${process.env.DOCKER_HUB_PASSWORD}`,
|
||||
concurrentRequestLimit: '3'
|
||||
concurrentRequestLimit: 3
|
||||
},
|
||||
],
|
||||
};
|
Reference in a new issue