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