mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
re-add ref to dockerfile
This commit is contained in:
parent
cfd77c401a
commit
e3245574bf
1 changed files with 3 additions and 2 deletions
|
|
@ -6,9 +6,9 @@ trigger:
|
|||
include:
|
||||
[
|
||||
"azure-pipelines.web.yaml",
|
||||
"web/*",
|
||||
"docker-compose.yml",
|
||||
"docker-compose.prod.yml",
|
||||
"web/*",
|
||||
]
|
||||
|
||||
pr:
|
||||
|
|
@ -19,9 +19,9 @@ pr:
|
|||
include:
|
||||
[
|
||||
"azure-pipelines.web.yaml",
|
||||
"web/*",
|
||||
"docker-compose.yml",
|
||||
"docker-compose.prod.yml",
|
||||
"web/*",
|
||||
]
|
||||
|
||||
pool:
|
||||
|
|
@ -34,6 +34,7 @@ steps:
|
|||
containerRegistry: "collinbarrett2-dockerhub"
|
||||
repository: "collinbarrett2/filterlists.web"
|
||||
command: "build"
|
||||
Dockerfile: "web/Dockerfile"
|
||||
buildContext: "./web"
|
||||
tags: |
|
||||
latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue