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: |-
|
RENOVATE_HOST_RULES: |-
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"matchHost": "registry-1.docker.io",
|
"matchHost": "hub.docker.com",
|
||||||
"hostType": "docker",
|
"hostType": "",
|
||||||
"username": "${{ secrets.DOCKER_USERNAME }}",
|
"username": "${{ secrets.DOCKER_USERNAME }}",
|
||||||
"password": "${{ secrets.DOCKER_PASSWORD }}"
|
"password": "${{ secrets.DOCKER_PASSWORD }}"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue