Post #849181
2026-03-13 20:40 UTC
Tonight I'll be trying to set up a runner for Gitea actions. I hope to get it to "build" docker images automatically on changes, then publish them to Gitea's container image registry: https://docs.gitea.com/usage/packages/container
It'll be the first time I've worked with gitea actions and gitea runners, so lots of trial and error to be had!
#gitea #selfhosted #sysadmin #homelab #docker
Replies (2)
-
@GigaByte4711@whitespashe.uk 2026-03-14 09:31
I got the runner working as a docker image! All I need to do now is to customize the build actions and I'll be able to get some images pushed to my gitea registry! I'm currently using gitea to mirror an existing repository, so I'm going to need some gitea actions to merge the latest changes into my own forked repo, then modify the build instructions to point at my infrastructure, and THEN run those instructions.
-
@ben@social.ben.ie 2026-03-13 20:49
@GigaByte4711@whitespashe.uk planning to try this myself soon with a hosted runner!