feat: Add README for nix-runner-container
All checks were successful
/ build (push) Successful in 1m44s

- A README.md file was added to give an overview of the 'nix-runner-container'.
- Explains that its function is to generate a nix-based container used in 'forgejo' actions.
- It also notes that the repository's action utilizes a previous version of its own container to update new versions of itself.
This commit is contained in:
Harald Hoyer 2024-06-27 16:36:03 +02:00
parent 6b2d206e07
commit 336389bdec

View file

@ -0,0 +1,4 @@
# nix-runner-container
Generate a nix-based container to be used in `forgejo` actions.
In fact, this repository's action uses a previous version of its own container to upload new versions of itself.