Update config.js
This commit is contained in:
parent
ce636b4cfb
commit
69878e2b1f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
Loading…
Reference in a new issue