Compare commits
3 Commits
v4.0.5-nat
...
v4.0.8-nat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
67ce2b5c86 | ||
|
|
be67a8fef0 | ||
|
|
6b47cfd5f8 |
@@ -39,13 +39,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 -y sudo &&
|
apt-get install -y sudo &&
|
||||||
apt-get install -y iptables
|
apt-get install -y iptables &&
|
||||||
|
sudo blkid
|
||||||
- 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:
|
with:
|
||||||
|
version: type=archive,channel=stable,version=v27.4.0
|
||||||
daemon-config: |
|
daemon-config: |
|
||||||
{
|
{
|
||||||
"storage-driver":"devicemapper",
|
|
||||||
"registry-mirrors":["https://docker.1ms.run"],
|
"registry-mirrors":["https://docker.1ms.run"],
|
||||||
"dns": ["8.8.8.8", "114.114.114.114"]
|
"dns": ["8.8.8.8", "114.114.114.114"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user