From 89fe9a15a0346fd4c5611f031a82fa290c10ae76 Mon Sep 17 00:00:00 2001 From: Kellen Renshaw Date: Fri, 14 Oct 2022 18:15:47 -0700 Subject: [PATCH] Add registry config Signed-off-by: Kellen Renshaw --- .woodpecker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 3d13d5a..6f48bad 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,12 +6,11 @@ # # Adjust branches to test things. # -# This configs the clone to skip SSL verification. FIXME with a real cert insert. -# pipeline: publish-docker-image: image: plugins/kaniko settings: + registry: core.harbor.0.tus.us.bluequartz.xyz repo: core.harbor.0.tus.us.bluequartz.xyz/k8s/bin tags: latest,v2.0.0-${CI_COMMIT_SHA:0:8} dockerfile: Dockerfile