mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
specify reg and repo in build step
This commit is contained in:
parent
ef3ef71350
commit
2560f52bd2
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ steps:
|
|||
- task: Docker@2
|
||||
displayName: build
|
||||
inputs:
|
||||
containerRegistry: "GitHub Docker Package Registry - FilterLists"
|
||||
repository: "docker.pkg.github.com/collinbarrett/filterlists"
|
||||
command: "build"
|
||||
Dockerfile: "src/FilterLists.Web/Dockerfile"
|
||||
buildContext: "."
|
||||
|
|
|
|||
Loading…
Reference in a new issue