Open
Description
Problem Description
My issue is that I have a server hosting docker containers, but no build environment or registry. It'd be great if I could just reference the image path to start it with docker run.
Especially managing updates is otherwise really troublesome.
Solution Description
Using GitHub Actions and hosting the image as a GitHub Package could be fairly straightforward.
Alternatives Considered
No response
Additional Context
No response