diff --git a/config.js b/config.js index 8d8655d..de021a7 100644 --- a/config.js +++ b/config.js @@ -151,7 +151,7 @@ module.exports = { { hostType: 'docker', username: 'mafyuh', // Replace with your Docker Hub username - password: $DOCKER_HUB_PASSWORD, + password: process.env.DOCKER_HUB_PASSWORD, }, ], }; \ No newline at end of file