Compare commits

...

5 Commits

Author SHA1 Message Date
bamanker
84b6f139b9 修改了安装docker方法3
Some checks failed
Build Push and Deploy Image / build (push) Failing after 21m58s
2025-12-31 10:56:07 +08:00
bamanker
5e865ab425 修改了安装docker方法2
Some checks failed
Build Push and Deploy Image / build (push) Failing after 1m17s
2025-12-31 10:53:49 +08:00
bamanker
6b4c1b6676 修改了安装docker方法1
Some checks failed
Build Push and Deploy Image / build (push) Failing after 1m32s
2025-12-31 10:50:24 +08:00
bamanker
ff654bb606 修改了安装docker方法
Some checks failed
Build Push and Deploy Image / build (push) Failing after 1m39s
2025-12-31 10:47:45 +08:00
bamanker
8eaa9fd792 修改安装的docker命令3
Some checks failed
Build Push and Deploy Image / build (push) Failing after 56s
2025-12-31 10:24:14 +08:00

View File

@@ -34,19 +34,14 @@ jobs:
- name: Print env
run: env
- name: Install dependencies
run: apt-get update &&
run: |
apt-get update &&
apt-get install -y gettext &&
apt-get install -y maven &&
apt-get install coreutils &&
curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo apt-key add &&
cd /etc/apt/sources.list.d &&
touch docker.list &&
chmod 666 docker.list &&
echo "deb [arch=amd64] https://mirrors.aliyun.com/docker-ce/linux/ubuntu $(lsb_release -cs) stable" > docker.list &&
apt-get update &&
apt upgrade &&
apt-get install -y docker-ce docker-ce-cli containerd.io
apt-get install -y sudo &&
apt-get install -y iptables
- name: Set up Docker
uses: http://139.9.216.111:3000/bamanker/setup-docker-action@v4
- name: Generate maven config
uses: http://139.9.216.111:3000/bamanker/maven-settings-action@v3.1.0
with: