From fde45b56f7c8805ccac5756e58938e4f2c09d88b Mon Sep 17 00:00:00 2001 From: huanghs Date: Mon, 21 Oct 2024 18:40:26 +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 insertions(+) diff --git a/.gitea/actions/action-docker-build-push/action.yml b/.gitea/actions/action-docker-build-push/action.yml index 8e6047a..7c48aa7 100644 --- a/.gitea/actions/action-docker-build-push/action.yml +++ b/.gitea/actions/action-docker-build-push/action.yml @@ -67,6 +67,10 @@ runs: - name: Set up Docker BuildX uses: docker/setup-buildx-action@v3.7.1 + env: + HTTP_PROXY: ${{ env.http_proxy }} + HTTPS_PROXY: ${{ env.https_proxy }} + NO_PROXY: ${{ env.no_proxy }} with: driver-opts: | env.http_proxy=${{ env.http_proxy }}