re-add ref to dockerfile

This commit is contained in:
Collin M. Barrett 2019-12-07 16:20:06 -06:00
parent cfd77c401a
commit e3245574bf

View file

@ -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