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": [ "hostRules": [
{ {
"hostType": "docker", "hostType": "docker",
"matchHost": "harbor.server.kjuulh.io", "matchHost": "harbor.front.kjuulh.io",
"username": "admin", "username": "service",
"password": "{{ secrets.HARBOR_SERVER_PASSWORD }}" "password": "{{ secrets.HARBOR_SERVER_PASSWORD }}"
} }
], ],
"packageRules": [ "packageRules": [
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
"registryUrls": ["https://harbor.server.kjuulh.io/docker-proxy/library/"] "registryUrls": ["https://harbor.front.kjuulh.io/docker-proxy/library/"]
}, },
{ {
"groupName": "all dependencies", "groupName": "all dependencies",

View File

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