feat: fix harbor link
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2023-07-09 09:08:54 +00:00
parent 915a2850ef
commit ddec5c8970
3 changed files with 6 additions and 6 deletions

0
config Normal file
View File

View File

@ -11,15 +11,15 @@
"hostRules": [
{
"hostType": "docker",
"matchHost": "harbor.server.kjuulh.io",
"username": "admin",
"matchHost": "harbor.front.kjuulh.io",
"username": "service",
"password": "{{ secrets.HARBOR_SERVER_PASSWORD }}"
}
],
"packageRules": [
{
"matchDatasources": ["docker"],
"registryUrls": ["https://harbor.server.kjuulh.io/docker-proxy/library/"]
"registryUrls": ["https://harbor.front.kjuulh.io/docker-proxy/library/"]
},
{
"groupName": "all dependencies",

View File

@ -11,15 +11,15 @@
"hostRules": [
{
"hostType": "docker",
"matchHost": "harbor.server.kjuulh.io",
"username": "admin",
"matchHost": "harbor.front.kjuulh.io",
"username": "service",
"password": "{{ secrets.HARBOR_SERVER_PASSWORD }}"
}
],
"packageRules": [
{
"matchDatasources": ["docker"],
"registryUrls": ["https://harbor.server.kjuulh.io/docker-proxy/library/"]
"registryUrls": ["https://harbor.front.kjuulh.io/docker-proxy/library/"]
},
{
"groupName": "all dependencies",