From e85224c60236f884af9f5e7ef8b2f41b0606ccf0 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Wed, 25 Sep 2019 08:23:37 -0500 Subject: [PATCH] restor login --- azure-pipelines.web.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.web.yaml b/azure-pipelines.web.yaml index 4eec0c11e..5257012f1 100644 --- a/azure-pipelines.web.yaml +++ b/azure-pipelines.web.yaml @@ -42,12 +42,12 @@ steps: latest $(Build.BuildId) - # - task: Docker@2 - # displayName: login to github package registry - # inputs: - # containerRegistry: "GitHub Docker Package Registry - FilterLists" - # command: "login" - # condition: "and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))" + - task: Docker@2 + displayName: login to github package registry + inputs: + containerRegistry: "GitHub Docker Package Registry - FilterLists" + command: "login" + condition: "and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))" - task: Docker@2 displayName: push