hosttype renovate is expecting for dockerhub
All checks were successful
/ Renovate (push) Successful in 4m28s
All checks were successful
/ Renovate (push) Successful in 4m28s
This commit is contained in:
parent
b86f761e63
commit
7dbf832880
1 changed files with 2 additions and 2 deletions
|
@ -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 }}"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue