This commit is contained in:
@@ -19,6 +19,11 @@ jobs:
|
|||||||
- name: 拉取代码
|
- name: 拉取代码
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: 清除 Docker 代理配置
|
||||||
|
run: |
|
||||||
|
echo '{}' | tee /etc/docker/daemon.json
|
||||||
|
systemctl restart docker || true
|
||||||
|
|
||||||
- name: 构建镜像
|
- name: 构建镜像
|
||||||
run: docker build -t telegram-downloader:latest .
|
run: docker build -t telegram-downloader:latest .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user