From 81ad7757c32f7c93596321f7f4a61fc393da7227 Mon Sep 17 00:00:00 2001 From: huanghs Date: Mon, 21 Oct 2024 17:02:55 +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, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/actions/action-docker-build-push/action.yml b/.gitea/actions/action-docker-build-push/action.yml index f406f74..b000bb6 100644 --- a/.gitea/actions/action-docker-build-push/action.yml +++ b/.gitea/actions/action-docker-build-push/action.yml @@ -132,4 +132,6 @@ runs: 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 newline at end of file + "https_proxy='${{ env.https_proxy }}'" + "HTTP_PROXY='${{ env.http_proxy }}'" + "HTTPS_PROXY='${{ env.https_proxy }}'" \ No newline at end of file