.
This commit is contained in:
parent
9837ab02d1
commit
d41f2bdbdf
@ -6,6 +6,11 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: alpine-latest
|
runs-on: alpine-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Run Docker Container with IPv6
|
||||||
|
run: |
|
||||||
|
docker run --rm --sysctl net.ipv6.conf.all.disable_ipv6=0 \
|
||||||
|
--sysctl net.ipv6.conf.default.disable_ipv6=0 \
|
||||||
|
tizianweigt/alpine-custom:latest
|
||||||
- name: Enable IPv6 in Runner
|
- name: Enable IPv6 in Runner
|
||||||
run: |
|
run: |
|
||||||
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0
|
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0
|
||||||
|
|||||||
Reference in New Issue
Block a user