ci(azure-pipelines): fix Bash@3 frontend task
This commit is contained in:
parent
1c25f06853
commit
dac20928d4
@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user