From 2ee748c508ec510f98d97cac3ddd12fb3ca25f89 Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 30 Jun 2025 17:23:56 -0700 Subject: [PATCH] test --- .gitea/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 013918b..cdd74e2 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -4,7 +4,7 @@ on: [push] jobs: docker: - runs-on: self-hosted + runs-on: dind steps: - name: Install Docker run: curl -fsSL https://get.docker.com | sh