From c735b4945ce45eef3f1d866038a9318b057066a4 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Wed, 25 Sep 2019 08:09:38 -0500 Subject: [PATCH] try not specifying connection in build phase --- azure-pipelines.web.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines.web.yaml b/azure-pipelines.web.yaml index 4c4e52045..5f6907d56 100644 --- a/azure-pipelines.web.yaml +++ b/azure-pipelines.web.yaml @@ -33,7 +33,6 @@ steps: - task: Docker@2 displayName: build inputs: - containerRegistry: "GitHub Docker Package Registry - FilterLists" repository: "collinbarrett/filterlists/filterlists.web" command: "build" Dockerfile: "src/FilterLists.Web/Dockerfile"