ci(azure-pipelines): fix syntax

This commit is contained in:
Sarah Vaupel 2025-01-21 16:50:16 +01:00
parent 7717b2ce45
commit 81c4838e29

View File

@ -43,7 +43,7 @@ jobs:
--build-arg PROJECT_DIR=/fradrive \
--build-arg IN_CI=true \
--build-arg IN_CONTAINER=true \
$${{ parameters.service.extraBuildOptions }}
$${{ parameters.service.extraBuildOptions }} \
.
- task: Bash@3
displayName: Push ${{ parameters.service.name }} image