From 33abf610a3222b2eff22e03c7e658eb83fc382d3 Mon Sep 17 00:00:00 2001 From: ramblingcoder Date: Tue, 10 Feb 2026 23:03:38 -0600 Subject: [PATCH] Update GITEA.md --- GITEA.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/GITEA.md b/GITEA.md index 2256707..92f2364 100644 --- a/GITEA.md +++ b/GITEA.md @@ -1,8 +1,18 @@ # Gitea +Gitea is a selfhosted GIT server. + Gitea runner's function exactly the same as GitHub runners. They're just stored in the .gitea folder instead of .github folder. -## Docker +## GitHub's gh cli + +Whenever you need to use the gh cli, use an equivalent tool from the 'rc-gitea' mcp tool instead. + +**Example** +`gh issue list --repo owner/repo` should instead use `list_repo_issues` from rc-gitea mcp + + +## Docker Action Example Gitea supports storing docker images. This is an example of a gitea action that creates and pushes an image.