From 91821e1c1d47c8a5eecd65b86066375f4dde2ea1 Mon Sep 17 00:00:00 2001 From: Slipstream Date: Thu, 12 Jun 2025 23:57:06 -0600 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b59f87b..8b9eb78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,9 +22,6 @@ on: jobs: build: runs-on: self-hosted - container: - image: ghcr.io/slipstreamm/disagreement-image:latest - options: --user 1001:1001 steps: - name: Checkout code