Removing hostRules for registry auth (moved to config.js).
This commit is contained in:
@@ -45,29 +45,6 @@
|
||||
"dependencyDashboardApproval": true
|
||||
},
|
||||
"versioning": "docker",
|
||||
"hostRules": [
|
||||
{
|
||||
"description": "Docker Hub authentication",
|
||||
"hostType": "docker",
|
||||
"matchHost": "docker.io",
|
||||
"username": "{{ env.DOCKER_HUB_USER }}",
|
||||
"password": "{{ env.DOCKER_HUB_PASS }}"
|
||||
},
|
||||
{
|
||||
"description": "GitHub Container Registry (GHCR)",
|
||||
"hostType": "docker",
|
||||
"matchHost": "ghcr.io",
|
||||
"username": "{{ env.GHCR_USER }}",
|
||||
"password": "{{ env.GHCR_TOKEN }}"
|
||||
},
|
||||
{
|
||||
"description": "Self-hosted Gitea Docker Registry",
|
||||
"hostType": "docker",
|
||||
"matchHost": "git.trez.wtf",
|
||||
"username": "{{ env.GITEA_BOT_USER }}",
|
||||
"password": "{{ env.GITEA_BOT_PASS }}"
|
||||
}
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Alpine-based images only update to Alpine-based versions",
|
||||
|
||||
Reference in New Issue
Block a user