diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 3dff257b8..d8b9ce1f1 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -31,16 +31,17 @@ jobs: name: dockerBuild displayName: Backend image build+push test inputs: - command: buildAndPush + command: build Dockerfile: docker/backend/Dockerfile buildContext: . tags: | $(Build.BuildNumber) backend - env: - HTTPS_PROXY: 'http://proxy.frankfurt-airport.de:8080' - HTTP_PROXY: 'http://proxy.frankfurt-airport.de:8080' - NO_PROXY: 'localhost,127.0.0.1,*.docker.internal,*.azmk8s.io,devfra.azurecr.io,devfra.westeurope.data.azurecr.io' + arguments: | + --build-arg \ + HTTPS_PROXY='http://proxy.frankfurt-airport.de:8080' \ + HTTP_PROXY='http://proxy.frankfurt-airport.de:8080' \ + NO_PROXY='localhost,127.0.0.1,*.docker.internal,*.azmk8s.io,devfra.azurecr.io,devfra.westeurope.data.azurecr.io' # - job: BuildKitTest # container: # image: 'devfra.azurecr.io/de.fraport.trusted/buildkit:0.12.1'