From b923f6310b43afca80cda92c3c10eddb935d1c88 Mon Sep 17 00:00:00 2001 From: ace Date: Mon, 1 Feb 2021 21:18:21 +0300 Subject: [PATCH] fix after moving to harbor --- build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.yaml b/build.yaml index 67510b2..0d15142 100644 --- a/build.yaml +++ b/build.yaml @@ -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 }}"