From d5305b1ac2d694cc54ebf32df28ec8d64e1930e5 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Sun, 3 May 2020 11:11:14 +0200 Subject: [PATCH] Attempt another docker repo --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 08c3daa..cbe0ad5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,10 +4,10 @@ name: default type: docker steps: - name: Build - image: dotnet/core/sdk:3.1 + image: mcr.microsoft.com/dotnet/core/sdk:3.1 commands: - dotnet build -c Release - name: Tests - image: dotnet/core/sdk:3.1 + image: mcr.microsoft.com/dotnet/core/sdk:3.1 commands: - dotnet test -v n \ No newline at end of file