diff --git a/azure-pipelines.web.yaml b/azure-pipelines.web.yaml index 9bc4f6893..164faf41f 100644 --- a/azure-pipelines.web.yaml +++ b/azure-pipelines.web.yaml @@ -39,8 +39,8 @@ steps: Dockerfile: "src/FilterLists.Web/Dockerfile" buildContext: "." tags: | - latest - $(Build.BuildId) + filterlists.web:latest + filterlists.web:$(Build.BuildId) - task: Docker@2 displayName: login to github package registry @@ -57,5 +57,5 @@ steps: command: "push" condition: "and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))" tags: | - latest - $(Build.BuildId) + filterlists.web:latest + filterlists.web:$(Build.BuildId)