Image factory for Forgejo action runners
Find a file
2024-11-06 21:31:53 -05:00
.forgejo/workflows ci: set up container to build containers within podman 2024-11-06 21:16:02 -05:00
images ci: set up container to build containers within podman 2024-11-06 21:16:02 -05:00
build_image.py feat: add debian-12.6 based image, remove broken ubuntu-2404 2024-07-29 19:56:32 -04:00
LICENSE Initial commit 2024-07-20 18:49:30 +00:00
README.md docs: add notes on building images locally+ci 2024-11-06 21:31:53 -05:00

runner-images

Image factory for Forgejo Action runners

Building

Images can be build locally if needed:

python build_image.py <image-name> <Dockerfile path>

CI will also build images when a tag of the format v* is pushed. The images built by CI are tagged as :latest and pushed to the registry at the run.

If CI workflows are triggered manually (i.e. via workflow_dispatch), then the image push is skipped.