From 165631a5aa7801bb917ceb08481965605b2295ec Mon Sep 17 00:00:00 2001 From: Kostas Kyrimis Date: Thu, 13 Jun 2024 10:55:45 +0300 Subject: [PATCH] fix(ci): add missing docker option on reg tests workflow (#3172) * add missing option for iouring and docker --- .github/workflows/regression-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression-tests.yml b/.github/workflows/regression-tests.yml index 056eb37a8..8c5dc0cde 100644 --- a/.github/workflows/regression-tests.yml +++ b/.github/workflows/regression-tests.yml @@ -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