Update config.js

This commit is contained in:
Matt Reeves 2024-10-15 00:26:34 -04:00
parent 4439e8c8d9
commit 3c78099f73

View file

@ -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}`,
},
],
};