This commit is contained in:
parent
15cb72701e
commit
71b648b662
@ -6,5 +6,13 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: alpine-tmw
|
runs-on: alpine-tmw
|
||||||
steps:
|
steps:
|
||||||
|
- name: Configure Docker daemon for IPv6
|
||||||
|
run: |
|
||||||
|
echo '{
|
||||||
|
"ipv6": true,
|
||||||
|
"fixed-cidr-v6": "fd00::/64",
|
||||||
|
"experimental": true
|
||||||
|
}' | sudo tee /etc/docker/daemon.json
|
||||||
|
sudo systemctl restart docker
|
||||||
- name: ping google.com
|
- name: ping google.com
|
||||||
run: ping google.com
|
run: ping google.com
|
||||||
Reference in New Issue
Block a user