mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
fix(ci): add missing docker option on reg tests workflow (#3172)
* add missing option for iouring and docker
This commit is contained in:
parent
a9ffb22384
commit
165631a5aa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/regression-tests.yml
vendored
2
.github/workflows/regression-tests.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
|
||||
container:
|
||||
image: ghcr.io/romange/${{ matrix.container }}
|
||||
options: --sysctl "net.ipv6.conf.all.disable_ipv6=0"
|
||||
options: --security-opt seccomp=unconfined --sysctl "net.ipv6.conf.all.disable_ipv6=0"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue