From a5b83e6332108ce75613a2ef1cf00109ac831820 Mon Sep 17 00:00:00 2001 From: timerzz Date: Sun, 5 May 2024 22:11:48 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E6=9E=84=E5=BB=BA=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-push.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build-push.yml b/.gitea/workflows/build-push.yml index cdfe482..9bbfe68 100644 --- a/.gitea/workflows/build-push.yml +++ b/.gitea/workflows/build-push.yml @@ -6,6 +6,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + env: + HTTPS_PROXY: "http://192.168.31.55:10809" - name: build run: docker build -t ${{ vars.DOCKER_REGISTRY }}/${{ vars.IMAGE_NAME }}:1.3 -f Dockerfile . - name: tag