diff --git a/azure-pipelines.web.yaml b/azure-pipelines.web.yaml index c3c7c61d8..40e8fe660 100644 --- a/azure-pipelines.web.yaml +++ b/azure-pipelines.web.yaml @@ -8,12 +8,13 @@ steps: - task: Docker@2 displayName: build inputs: + repository: "docker.pkg.github.com/collinbarrett/filterlists" command: "build" Dockerfile: "src/FilterLists.Web/Dockerfile" buildContext: "." tags: | - "docker.pkg.github.com/collinbarrett/filterlists:latest" - "docker.pkg.github.com/collinbarrett/filterlists:$(Build.BuildId)" + latest + $(Build.BuildId) - task: Docker@2 displayName: push