From 8a467ecb5136052f1c48512666f9547ee28fdc7a Mon Sep 17 00:00:00 2001 From: khwezi Date: Sat, 7 Mar 2026 16:36:26 +0200 Subject: [PATCH 1/2] Pointing to local docker registry --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 73850ee..3840bf8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,8 +14,8 @@ steps: image: plugins/docker settings: repo: gitea.khongisa.co.za/khwezi/sampleapi - registry: gitea.khongisa.co.za - insecure: false + registry: 192.168.1.173:3005 + insecure: true username: from_secret: gitea-username password: From d33891ab03489f28f7b0ff392525a69c892cdbfc Mon Sep 17 00:00:00 2001 From: khwezi Date: Sat, 7 Mar 2026 16:43:27 +0200 Subject: [PATCH 2/2] Refactored pipeline to use private registry by dns name --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3840bf8..86f1b36 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: image: plugins/docker settings: repo: gitea.khongisa.co.za/khwezi/sampleapi - registry: 192.168.1.173:3005 + registry: registry.khongisa.co.za:3005 insecure: true username: from_secret: gitea-username