mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix build context change in azure pipeline config
This commit is contained in:
parent
a6d74ec8cf
commit
cfd77c401a
1 changed files with 1 additions and 4 deletions
|
|
@ -7,7 +7,6 @@ trigger:
|
|||
[
|
||||
"azure-pipelines.web.yaml",
|
||||
"web/*",
|
||||
".dockerignore",
|
||||
"docker-compose.yml",
|
||||
"docker-compose.prod.yml",
|
||||
]
|
||||
|
|
@ -21,7 +20,6 @@ pr:
|
|||
[
|
||||
"azure-pipelines.web.yaml",
|
||||
"web/*",
|
||||
".dockerignore",
|
||||
"docker-compose.yml",
|
||||
"docker-compose.prod.yml",
|
||||
]
|
||||
|
|
@ -36,8 +34,7 @@ steps:
|
|||
containerRegistry: "collinbarrett2-dockerhub"
|
||||
repository: "collinbarrett2/filterlists.web"
|
||||
command: "build"
|
||||
Dockerfile: "web/Dockerfile"
|
||||
buildContext: "."
|
||||
buildContext: "./web"
|
||||
tags: |
|
||||
latest
|
||||
$(Build.BuildId)
|
||||
|
|
|
|||
Loading…
Reference in a new issue