hosttype renovate is expecting for dockerhub
All checks were successful
/ Renovate (push) Successful in 4m28s

This commit is contained in:
Joseph Hanson 2025-01-07 18:29:53 -06:00
parent b86f761e63
commit 7dbf832880
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -44,8 +44,8 @@ jobs:
RENOVATE_HOST_RULES: |-
[
{
"matchHost": "registry-1.docker.io",
"hostType": "docker",
"matchHost": "hub.docker.com",
"hostType": "",
"username": "${{ secrets.DOCKER_USERNAME }}",
"password": "${{ secrets.DOCKER_PASSWORD }}"
},