mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
specify image name in tag defs
This commit is contained in:
parent
67b1d36262
commit
5343685491
1 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue