From fd9ce4bbb8cb50d3936f7922d179e4286cf1c889 Mon Sep 17 00:00:00 2001 From: Slipstream Date: Thu, 12 Jun 2025 23:48:26 -0600 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f43ede6..c6798bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: runs-on: self-hosted container: image: ghcr.io/slipstreamm/disagreement-image:latest - options: --user 1001:1001 + options: --user 1001:1001 --network host steps: - name: Who am I @@ -38,7 +38,6 @@ jobs: - name: Test outbound TCP 443 run: apk add --no-cache busybox-extras && timeout 5 nc -vz github.com 443 || echo "connection failed" - - name: Checkout code uses: actions/checkout@v4