From 7b338ad0865ad623b37764d66c7735767dff958d Mon Sep 17 00:00:00 2001 From: yuming Date: Wed, 29 Apr 2026 22:29:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20CI=E6=9E=84=E5=BB=BA=E5=89=8D=E6=B8=85?= =?UTF-8?q?=E9=99=A4Docker=E4=BB=A3=E7=90=86=E9=85=8D=E7=BD=AE=E9=81=BF?= =?UTF-8?q?=E5=85=8D=E9=95=9C=E5=83=8F=E6=8B=89=E5=8F=96=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 609c8e1..be7575c 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -19,6 +19,11 @@ jobs: - name: 拉取代码 uses: actions/checkout@v4 + - name: 清除 Docker 代理配置 + run: | + echo '{}' | tee /etc/docker/daemon.json + systemctl restart docker || true + - name: 构建镜像 run: docker build -t telegram-downloader:latest .