try again with bash and custom image via Docker hub
Some checks failed
TMW Global Networks Dokumentation / build (push) Failing after 9s
Some checks failed
TMW Global Networks Dokumentation / build (push) Failing after 9s
This commit is contained in:
parent
4d9a8414d2
commit
31bb5602ff
@ -6,13 +6,5 @@ jobs:
|
||||
build:
|
||||
runs-on: alpine-latest
|
||||
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
|
||||
run: ping google.com
|
||||
Reference in New Issue
Block a user