From 336389bdec72997b5de7e6c4fe379d06529eb111 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 27 Jun 2024 16:36:03 +0200 Subject: [PATCH] feat: Add README for nix-runner-container - 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. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e69de29..22a3d38 100644 --- a/README.md +++ b/README.md @@ -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.