From 446d5505095a46a17921b5576308282175bd4ac2 Mon Sep 17 00:00:00 2001 From: Tommi2Day Date: Sat, 31 Aug 2024 13:35:41 +0200 Subject: [PATCH] netlib: next try --- .github/workflows/main.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8d02004..395d144 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ name: CI on: [push] env: - DNS_HOST: dind + DNS_HOST: docker # SKIP_LDAP: true # SKIP_MAIL: true # SKIP_ORACLE: true @@ -12,8 +12,10 @@ jobs: test: runs-on: ubuntu-latest services: - dind: - image: docker:dind-rootless + docker: + image: docker:dind + options: --privileged + ports: - 2375:2375 steps: - uses: actions/checkout@v4