Update ci.yml

This commit is contained in:
Slipstream 2025-06-12 23:48:26 -06:00 committed by GitHub
parent 3adce99f22
commit fd9ce4bbb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ jobs:
runs-on: self-hosted runs-on: self-hosted
container: container:
image: ghcr.io/slipstreamm/disagreement-image:latest image: ghcr.io/slipstreamm/disagreement-image:latest
options: --user 1001:1001 options: --user 1001:1001 --network host
steps: steps:
- name: Who am I - name: Who am I
@ -38,7 +38,6 @@ jobs:
- name: Test outbound TCP 443 - name: Test outbound TCP 443
run: apk add --no-cache busybox-extras && timeout 5 nc -vz github.com 443 || echo "connection failed" run: apk add --no-cache busybox-extras && timeout 5 nc -vz github.com 443 || echo "connection failed"
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4