From 30e0bc2b8784e3ab9a9731bbb9950edadfc8ebf4 Mon Sep 17 00:00:00 2001 From: khwezi Date: Sat, 4 Apr 2026 15:32:20 +0200 Subject: [PATCH] Pulling .net docker image from nexus --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 469428c..8e55f2d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ clone: steps: - name: build-test-publish - image: mcr.microsoft.com/dotnet/sdk:10.0 + image: nexus.khongisa.co.za/mcr.microsoft.com/dotnet/sdk:10.0 commands: - dotnet restore --source https://nexus.khongisa.co.za/repository/nuget-group/index.json --no-cache - dotnet build --configuration Release --no-restore