避免裸连 github.com 偶发 unexpected EOF 导致部署失败。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -65,7 +65,8 @@ jobs:
|
|||||||
sleep 3
|
sleep 3
|
||||||
|
|
||||||
- name: 拉取代码
|
- name: 拉取代码
|
||||||
uses: actions/checkout@v4
|
# 走 gitea.com 镜像,避免裸连 github.com 偶发 unexpected EOF
|
||||||
|
uses: https://gitea.com/actions/checkout@v4
|
||||||
|
|
||||||
- name: 构建镜像
|
- name: 构建镜像
|
||||||
run: docker build -t telegram-downloader:latest .
|
run: docker build -t telegram-downloader:latest .
|
||||||
|
|||||||
Reference in New Issue
Block a user