From 09a44d13cce636f073f8751d1e5a965890815445 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 13 Jan 2025 18:57:37 +0100 Subject: [PATCH] ci(azure-pipelines): use Dockerfile with --file --- azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 159de9dc5..946812b9f 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -37,7 +37,7 @@ jobs: --build-arg FROM_IMG=devfra.azurecr.io/de.fraport.build/haskell \ --build-arg MOUNT_DIR=$(Build.Repository.LocalPath) \ --build-arg PROJECT_DIR=/fradrive \ - docker/backend/Dockerfile + --file docker/backend/Dockerfile - task: Docker@2 name: dockerLoginDevFra displayName: Docker Login to devfra