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 command: login
containerRegistry: devFra containerRegistry: devFra
- task: Bash@3 - task: Bash@3
name: dockerBuildFrontend
displayName: Build frontend image displayName: Build frontend image
inputs: inputs:
command: build targetType: inline
Dockerfile: docker/frontend/Dockerfile script: |
buildContext: .
tags: |
$(Build.BuildNumber)
frontend
arguments: |
cp docker/backend/Dockerfile . cp docker/backend/Dockerfile .
docker build \ docker build \
--build-arg FROM_IMG=devfra.azurecr.io/de.fraport.build/npm \ --build-arg FROM_IMG=devfra.azurecr.io/de.fraport.build/npm \