diff --git a/azure-pipelines.web.yaml b/azure-pipelines.web.yaml index 10b04786f..71fad3918 100644 --- a/azure-pipelines.web.yaml +++ b/azure-pipelines.web.yaml @@ -5,12 +5,6 @@ pool: vmImage: "ubuntu-latest" steps: - - task: Docker@2 - displayName: login to github package registry - inputs: - containerRegistry: "GitHub Docker Package Registry - FilterLists" - command: login - - task: Docker@2 displayName: build inputs: @@ -23,6 +17,12 @@ steps: latest $(Build.BuildId) + - task: Docker@2 + displayName: login to github package registry + inputs: + containerRegistry: "GitHub Docker Package Registry - FilterLists" + command: login + - task: Docker@2 displayName: push inputs: