From 7ce4ed5fe06db8b51fc70379af90a6f8b470c612 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 19 Dec 2024 16:40:23 +0100 Subject: [PATCH] ci(azure-pipelines): remove build-args for push --- azure-pipelines.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index ccd9f6644..c654485e1 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -39,10 +39,6 @@ jobs: buildContext: . tags: | $(Build.BuildNumber) - arguments: | - --build-arg HTTPS_PROXY=http://proxy.frankfurt-airport.de:8080 - --build-arg HTTP_PROXY=http://proxy.frankfurt-airport.de:8080 - --build-arg NO_PROXY='localhost,127.0.0.1,*.docker.internal,*.azmk8s.io,devfra.azurecr.io,devfra.westeurope.data.azurecr.io' - task: Docker@2 name: dockerLogoutDevFra displayName: Docker Logout from devfra