Compare commits

...

2 Commits

Author SHA1 Message Date
bamanker
d5ab5e6727 修复mount source: "overlay", target 错误的问题
Some checks failed
Build Push and Deploy Image / build (push) Failing after 1m25s
2026-01-04 12:51:32 +08:00
bamanker
adcf60eeb6 修改了dockerfile中的基础镜像2
Some checks failed
Build Push and Deploy Image / build (push) Failing after 1m12s
2026-01-04 12:23:20 +08:00

View File

@@ -42,6 +42,13 @@ jobs:
apt-get install -y iptables
- name: Set up Docker
uses: http://139.9.216.111:3000/bamanker/setup-docker-action@v4
with:
daemon-config: |
{
"storage-driver":"devicemapper",
"registry-mirrors":["https://docker.1ms.run"],
"dns": ["8.8.8.8", "114.114.114.114"]
}
- name: Generate maven config
uses: http://139.9.216.111:3000/bamanker/maven-settings-action@v3.1.0
with: