fix after moving to harbor

This commit is contained in:
ace 2021-02-01 21:18:21 +03:00
parent 4b66045df3
commit b923f6310b
No known key found for this signature in database
GPG Key ID: 32989872B72276A0

View File

@ -17,5 +17,5 @@
chdir: "{{ item }}"
target: "{{ target | default('all') }}"
params:
REGISTRY: "{{ registry | default('registry.0xace.cc') }}"
REGISTRY: "{{ registry | default('registry.0xace.cc/ghp') }}"
loop: "{{ dirs.files | map(attribute='path') | list }}"