From 0874232e31263ec192070e7c41409551927dfc69 Mon Sep 17 00:00:00 2001 From: khwezi Date: Sat, 7 Mar 2026 16:55:20 +0200 Subject: [PATCH] Refactored the source context in the package step --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 13a2495..6d9416c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,4 +17,4 @@ steps: registry: registry.khongisa.co.za:3005 insecure: true dockerfile: Dockerfile - context: ./SampleApi/bin/Release/net8.0/publish/ \ No newline at end of file + context: . \ No newline at end of file