Update config.js
This commit is contained in:
parent
4439e8c8d9
commit
3c78099f73
1 changed files with 2 additions and 2 deletions
|
@ -150,8 +150,8 @@ module.exports = {
|
|||
hostRules: [
|
||||
{
|
||||
hostType: 'docker',
|
||||
username: 'mafyuh', // Replace with your Docker Hub username
|
||||
password: process.env.DOCKER_HUB_PASSWORD,
|
||||
username: 'mafyuh',
|
||||
password: `${process.env.DOCKER_HUB_PASSWORD}`,
|
||||
},
|
||||
],
|
||||
};
|
Loading…
Reference in a new issue