From 83c2596d81c7cb2d8ec26188177fbd791dbe1da4 Mon Sep 17 00:00:00 2001 From: Akshun Aggarwal Date: Wed, 9 Jul 2025 10:46:51 +0000 Subject: [PATCH] Update config.js --- config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/config.js b/config.js index 1aa405c..7e1ca0a 100644 --- a/config.js +++ b/config.js @@ -2,7 +2,6 @@ module.exports = { hostRules: [ { hostType: 'docker', - matchHost: 'docker.io', username: 'akshunaggarwal', password: process.env.DOCKER_HUB_PASSWORD, },