Commit 3f96e66
Changed files (1)
README.md
@@ -1,5 +1,7 @@
# Nix Action Image
+[](https://hub.docker.com/r/hpcesia/nix-act-image)
+
A Nix OCI image builder for Forgejo Actions.
## Components
@@ -9,7 +11,9 @@ A Nix OCI image builder for Forgejo Actions.
## Usage
-This image use [nlewo/nix2container](https://github.com/nlewo/nix2container) to build OCI images from Nix expressions. You can use it to build and push images to a registry. Check it's documentation for more details.
+This image use [nlewo/nix2container](https://github.com/nlewo/nix2container)
+to build OCI images from Nix expressions. You can use it to build and push
+images to a registry. Check it's documentation for more details.
```sh
# Test image
@@ -22,7 +26,7 @@ podman run -it docker.io/hpcesia/nix-act-image:latest
nix run .#packages.x86_64-linux.default.copyToRegistry
```
-Note that I only registered this image on my own Forgejo instance because the build artifacts are a bit too large for Codeberg's free hosting service, and I don't want to hog too many resources. You'll need to change the image registration and host your own one.
+You can find generated images in [docker.io](https://hub.docker.com/r/hpcesia/nix-act-image).
## Acknowledgements