From 643c036ea39fca3d5f2a9be4dc1a6355f8821746 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Sun, 21 Jul 2019 10:07:44 -0400 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- Weather/SerialReader/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Weather/SerialReader/azure-pipelines.yml b/Weather/SerialReader/azure-pipelines.yml index 8a50669..9ff8409 100644 --- a/Weather/SerialReader/azure-pipelines.yml +++ b/Weather/SerialReader/azure-pipelines.yml @@ -18,6 +18,6 @@ steps: containerRegistry: 'Docker Hub' repository: 'ckaczor' command: 'buildAndPush' - Dockerfile: 'Dockerfile' + Dockerfile: 'Weather/SerialReader/Dockerfile' buildContext: 'Weather/SerialReader' tags: '$(Rev:r)' \ No newline at end of file