diff --git a/config.js b/config.js index 77f7c5f..78ec525 100644 --- a/config.js +++ b/config.js @@ -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, + }, + ], }; \ No newline at end of file