diff --git a/azure-pipelines.web.yaml b/azure-pipelines.web.yaml index 4c4e52045..a05df9be4 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