Update config.js
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-07-09 10:46:51 +00:00
parent 0addd26790
commit 83c2596d81

View File

@@ -2,7 +2,6 @@ module.exports = {
hostRules: [ hostRules: [
{ {
hostType: 'docker', hostType: 'docker',
matchHost: 'docker.io',
username: 'akshunaggarwal', username: 'akshunaggarwal',
password: process.env.DOCKER_HUB_PASSWORD, password: process.env.DOCKER_HUB_PASSWORD,
}, },