mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
re-gen build and push
This commit is contained in:
parent
67a1e9bd11
commit
3129db750d
1 changed files with 5 additions and 13 deletions
|
|
@ -6,27 +6,19 @@ pool:
|
|||
|
||||
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:
|
||||
command: build
|
||||
Dockerfile: src/FilterLists.Web/Dockerfile
|
||||
buildContext: .
|
||||
command: "build"
|
||||
Dockerfile: "src/FilterLists.Web/Dockerfile"
|
||||
buildContext: "."
|
||||
tags: |
|
||||
latest
|
||||
$(Build.BuildId)
|
||||
|
||||
- task: Docker@2
|
||||
displayName: push
|
||||
inputs:
|
||||
containerRegistry: "GitHub Docker Package Registry - FilterLists"
|
||||
repository: collinbarrett/FilterLists/filterlists.web
|
||||
command: push
|
||||
repository: "docker.pkg.github.com/collinbarrett/filterlists"
|
||||
command: "push"
|
||||
tags: |
|
||||
latest
|
||||
$(Build.BuildId)
|
||||
|
|
|
|||
Loading…
Reference in a new issue