From ae45cc898df0eb1fb8c2c728ad08195313d8d51e Mon Sep 17 00:00:00 2001 From: Slipstream Date: Thu, 12 Jun 2025 23:25:00 -0600 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efb8987..b59f87b 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 runneruser + options: --user 1001:1001 steps: - name: Checkout code