Update config.js
Some checks failed
Renovate / Renovate - Validate Config (push) Failing after 5s
Renovate / Renovate (push) Has been skipped

This commit is contained in:
Matt Reeves 2024-10-15 00:20:32 -04:00
parent ce636b4cfb
commit 69878e2b1f

View file

@ -151,7 +151,7 @@ module.exports = {
{ {
hostType: 'docker', hostType: 'docker',
username: 'mafyuh', // Replace with your Docker Hub username username: 'mafyuh', // Replace with your Docker Hub username
password: process.env.DOCKER_HUB_PASSWORD, password: $DOCKER_HUB_PASSWORD,
}, },
], ],
}; };