From c78640247dab4d35aa55168ca39d55a13324e672 Mon Sep 17 00:00:00 2001 From: khwezi Date: Sat, 7 Mar 2026 16:49:59 +0200 Subject: [PATCH] Removed credentials from package operation --- .drone.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 86f1b36..13a2495 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,10 +15,6 @@ steps: settings: repo: gitea.khongisa.co.za/khwezi/sampleapi registry: registry.khongisa.co.za:3005 - insecure: true - username: - from_secret: gitea-username - password: - from_secret: gitea-token + insecure: true dockerfile: Dockerfile context: ./SampleApi/bin/Release/net8.0/publish/ \ No newline at end of file -- 2.47.3