Compare commits

..

3 Commits

Author SHA1 Message Date
bamanker
67ce2b5c86 修复mount source: "overlay" 错误的问题 2
Some checks failed
Build Push and Deploy Image / build (push) Has been cancelled
2026-01-04 14:03:19 +08:00
bamanker
be67a8fef0 修复mount source: "overlay" 错误的问题 1
Some checks failed
Build Push and Deploy Image / build (push) Has been cancelled
2026-01-04 13:09:17 +08:00
bamanker
6b47cfd5f8 修复mount source: "overlay" 错误的问题 1
Some checks failed
Build Push and Deploy Image / build (push) Failing after 2m11s
2026-01-04 12:55:38 +08:00

View File

@@ -39,13 +39,14 @@ jobs:
apt-get install -y gettext &&
apt-get install -y maven &&
apt-get install -y sudo &&
apt-get install -y iptables
apt-get install -y iptables &&
sudo blkid
- name: Set up Docker
uses: http://139.9.216.111:3000/bamanker/setup-docker-action@v4
with:
version: type=archive,channel=stable,version=v27.4.0
daemon-config: |
{
"storage-driver":"devicemapper",
"registry-mirrors":["https://docker.1ms.run"],
"dns": ["8.8.8.8", "114.114.114.114"]
}