diff --git a/config.js b/config.js index de021a7..324e42e 100644 --- a/config.js +++ b/config.js @@ -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}`, }, ], }; \ No newline at end of file