From dac20928d45cbe96cfb900352828c9b5dcf0d3d4 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 15 Jan 2025 13:39:41 +0100 Subject: [PATCH] ci(azure-pipelines): fix Bash@3 frontend task --- azure-pipelines.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index e463534c3..14981a064 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -18,16 +18,10 @@ jobs: command: login containerRegistry: devFra - task: Bash@3 - name: dockerBuildFrontend displayName: Build frontend image inputs: - command: build - Dockerfile: docker/frontend/Dockerfile - buildContext: . - tags: | - $(Build.BuildNumber) - frontend - arguments: | + targetType: inline + script: | cp docker/backend/Dockerfile . docker build \ --build-arg FROM_IMG=devfra.azurecr.io/de.fraport.build/npm \