修改安装的docker命令2
Some checks failed
Build Push and Deploy Image / build (push) Failing after 55s

This commit is contained in:
bamanker
2025-12-31 10:22:23 +08:00
parent 373b497d37
commit c7af2dd52c

View File

@@ -43,7 +43,8 @@ jobs:
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 update &&
apt upgrade &&
apt-get install -y docker-ce docker-ce-cli containerd.io
- name: Generate maven config