From ef3ef713502c115ec75de0c3bbe7dd62da888f15 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 24 Sep 2019 20:36:38 -0500 Subject: [PATCH] add login step --- azure-pipelines.web.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.web.yaml b/azure-pipelines.web.yaml index 92029a0fa..483129d84 100644 --- a/azure-pipelines.web.yaml +++ b/azure-pipelines.web.yaml @@ -6,6 +6,7 @@ pool: steps: - task: Docker@2 + displayName: login to github package registry inputs: containerRegistry: "GitHub Docker Package Registry - FilterLists" command: login