t2
This commit is contained in:
@@ -54,6 +54,7 @@ jobs:
|
|||||||
- uses: https://gitea.com/actions/checkout@v4
|
- uses: https://gitea.com/actions/checkout@v4
|
||||||
- name: 安装 Docker 客户端
|
- name: 安装 Docker 客户端
|
||||||
run: |
|
run: |
|
||||||
|
sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list.d/debian.sources
|
||||||
apt-get update && apt-get install -y docker.io
|
apt-get update && apt-get install -y docker.io
|
||||||
- name: 构建镜像
|
- name: 构建镜像
|
||||||
run: docker build -t my-app:latest .
|
run: docker build -t my-app:latest .
|
||||||
|
|||||||
Reference in New Issue
Block a user