From 290f3f8b65086f15b63e54b261a58c743a0b81ed Mon Sep 17 00:00:00 2001 From: Evan Carroll Date: Sun, 8 Jun 2025 00:49:33 -0500 Subject: [PATCH] Switch to host execution mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change runner labels from docker:// protocol to host execution: - Avoid Docker daemon dependency issues - Run jobs directly on runner host environment - Should resolve container connectivity problems 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 10e0747..0156c97 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,4 @@ This is a test repository to verify the Forgejo runner deployment with Podman su - Tests CI/CD pipeline with Forgejo Actions - Uses ubuntu-latest runner - Demonstrates Podman container execution# Test Update Sun Jun 8 12:46:24 AM CDT 2025 +# Host execution test Sun Jun 8 12:49:31 AM CDT 2025