ci(azure-pipelines): fix Bash@3 frontend task

This commit is contained in:
Sarah Vaupel 2025-01-15 13:39:41 +01:00
parent 1c25f06853
commit dac20928d4

View File

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