ci: set up container to build containers within podman #3

Merged
marc merged 3 commits from fix/image-building-ci into main 2024-11-07 02:32:22 +00:00
Showing only changes of commit 01277e9159 - Show all commits

View file

@ -1,3 +1,15 @@
# runner-images
Image factory for Forgejo action runners
Image factory for Forgejo Action runners
## Building
Images can be build locally if needed:
```sh
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.