Housekeeping;
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-15 22:17:07 +01:00
parent ab5f082933
commit 78c1d7fb54
2 changed files with 4 additions and 6 deletions

View File

@ -1,8 +1,8 @@
mirrors:
{% for value in _template.data %}
{{ value }}:
{% for entry in _template.data %}
{{ entry }}:
endpoint:
- https://registry.{{ _template.hv.fqdn }}
rewrite:
"(.*)": "library/{{ value }}/$1"
"(.*)": "library/{{ entry }}/$1"
{% endfor %}