Update config.js
All checks were successful
Renovate / Renovate - Validate Config (push) Successful in 5s
Renovate / Renovate (push) Successful in 56s

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