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

This commit is contained in:
bamanker
2025-12-31 10:20:57 +08:00
parent 6d1dc22670
commit 373b497d37

View File

@@ -38,8 +38,14 @@ jobs:
apt-get install -y gettext && apt-get install -y gettext &&
apt-get install -y maven && apt-get install -y maven &&
apt-get install coreutils && apt-get install coreutils &&
apt-get update && curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo apt-key add &&
apt-get install docker-ce-cli 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
- name: Generate maven config - name: Generate maven config
uses: http://139.9.216.111:3000/bamanker/maven-settings-action@v3.1.0 uses: http://139.9.216.111:3000/bamanker/maven-settings-action@v3.1.0
with: with: