.
This commit is contained in:
parent
9837ab02d1
commit
d41f2bdbdf
@ -6,6 +6,11 @@ jobs:
|
||||
build:
|
||||
runs-on: alpine-latest
|
||||
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
|
||||
run: |
|
||||
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0
|
||||
|
||||
Reference in New Issue
Block a user