From 67b64e5de7c64bd9588e81a156462508dddfaac7 Mon Sep 17 00:00:00 2001 From: huanghs Date: Mon, 21 Oct 2024 17:25:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/actions/action-dock?= =?UTF-8?q?er-build-push/action.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/actions/action-docker-build-push/action.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/actions/action-docker-build-push/action.yml b/.gitea/actions/action-docker-build-push/action.yml index a3f3efa..e49ab44 100644 --- a/.gitea/actions/action-docker-build-push/action.yml +++ b/.gitea/actions/action-docker-build-push/action.yml @@ -130,7 +130,3 @@ runs: labels: ${{ inputs.labels }} cache-from: type=local,src=/opt/docker-cache/.build-cache cache-to: type=local,dest=/opt/docker-cache/.build-cache,mode=max - build-args: | - "http_proxy=${{ env.http_proxy }}" - "https_proxy=${{ env.https_proxy }}" - "no_proxy='${{ env.no_proxy }}'" \ No newline at end of file