Fix host rules
All checks were successful
renovate / renovate (push) Successful in 1m1s

This commit is contained in:
Julien Valverdé
2025-09-18 23:48:53 +02:00
parent 48efda3765
commit 91ee56476b
2 changed files with 1 additions and 14 deletions

View File

@@ -10,16 +10,4 @@ module.exports = {
},
optimizeForDisabled: true,
persistRepoData: true,
hostRules: [
{
hostType: "docker",
matchHost: "docker.valverde.cloud",
username: "{{ secrets.DOCKER_REGISTRY_USERNAME }}",
password: "{{ secrets.DOCKER_REGISTRY_PASSWORD }}",
}
],
secrets: {
DOCKER_REGISTRY_USERNAME: process.env.DOCKER_REGISTRY_USERNAME,
DOCKER_REGISTRY_PASSWORD: process.env.DOCKER_REGISTRY_PASSWORD,
},
}