neelsani runner-images
- Nix 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .forgejo/workflows | ||
| cosign.pub | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
runner-images
Declarative OCI images used by the nxgit Forgejo Actions runner.
The image is built with dockerTools, so the publishing workflow does not
need a Docker socket, privileged mode, or access to the private Forgejo IP.
It contains Nix, Node.js, Git, and attic-client. Repositories that need
Attic cache access should configure it explicitly in their workflow.
Configure a repository Actions secret named REGISTRY_TOKEN with permission
to publish packages to Forgejo. Pushes to main publish both the commit SHA
tag and latest; version tags publish the immutable version tag.
Published images are signed with Cosign and verified by the publish workflow.