Update config.js
This commit is contained in:
parent
3251c9f449
commit
da2dee6006
1 changed files with 7 additions and 0 deletions
|
@ -147,4 +147,11 @@ module.exports = {
|
|||
"mafyuh/iac"
|
||||
],
|
||||
dockerUser: "1000:1000"
|
||||
hostRules: [
|
||||
{
|
||||
hostType: 'docker',
|
||||
username: 'mafyuh', // Replace with your Docker Hub username
|
||||
password: process.env.DOCKER_HUB_PASSWORD,
|
||||
},
|
||||
],
|
||||
};
|
Loading…
Reference in a new issue