Compare commits
2 Commits
v4.0.3-nat
...
v4.0.5-nat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d5ab5e6727 | ||
|
|
adcf60eeb6 |
@@ -42,6 +42,13 @@ jobs:
|
|||||||
apt-get install -y iptables
|
apt-get install -y iptables
|
||||||
- name: Set up Docker
|
- name: Set up Docker
|
||||||
uses: http://139.9.216.111:3000/bamanker/setup-docker-action@v4
|
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
|
- 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user