From 83934b4a34c7a58b352fecdf5aeba09530818eb0 Mon Sep 17 00:00:00 2001 From: Mauritz Uphoff Date: Mon, 18 Aug 2025 14:38:14 +0200 Subject: [PATCH] add readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a6fc50c --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Dind Runner Forgejo Example + +Deploy a Forgejo runner with Docker-in-Docker on a SKE Kubernetes cluster using [runner.yaml](runner.yaml). +Be sure to configure runner-secret, runner-name, and Git host for your environment. + +See [.forgejo/workflows/simple-build.yaml](.forgejo/workflows/simple-build.yaml) for a sample workflow building a Docker image. \ No newline at end of file