From da2dee60069eaf8e6367b72e02242c6ffed0369d Mon Sep 17 00:00:00 2001 From: mafyuh Date: Tue, 15 Oct 2024 00:10:47 -0400 Subject: [PATCH] Update config.js --- config.js | 7 +++++++ 1 file changed, 7 insertions(+) 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