From 457cac9de28a85a203356fb53ab1dd3f3eaa62ea Mon Sep 17 00:00:00 2001 From: huanghs Date: Mon, 21 Oct 2024 18:41:54 +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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/actions/action-docker-build-push/action.yml b/.gitea/actions/action-docker-build-push/action.yml index 7c48aa7..394af32 100644 --- a/.gitea/actions/action-docker-build-push/action.yml +++ b/.gitea/actions/action-docker-build-push/action.yml @@ -71,6 +71,9 @@ runs: HTTP_PROXY: ${{ env.http_proxy }} HTTPS_PROXY: ${{ env.https_proxy }} NO_PROXY: ${{ env.no_proxy }} + http_proxy: ${{ env.http_proxy }} + https_proxy: ${{ env.https_proxy }} + no_proxy: ${{ env.no_proxy }} with: driver-opts: | env.http_proxy=${{ env.http_proxy }} @@ -132,6 +135,9 @@ runs: HTTP_PROXY: ${{ env.http_proxy }} HTTPS_PROXY: ${{ env.https_proxy }} NO_PROXY: ${{ env.no_proxy }} + http_proxy: ${{ env.http_proxy }} + https_proxy: ${{ env.https_proxy }} + no_proxy: ${{ env.no_proxy }} with: context: ${{ inputs.context }} file: ${{ inputs.file }}