container-images/README.md
Pim Kunis 4a6c141b48
Some checks failed
/ push (push) Failing after 45m42s
Trigger Forgejo workflow
2024-04-28 00:21:42 +02:00

13 lines
314 B
Markdown

# Container-images
Container images we build for our home lab.
## Releasing
To build and push a new image version to image registry, run the following command.
Note you cannot have uncommited changes in the Git repository.
```
nix run .#packages.x86_64-linux.release .#packages.x86_64-linux.<name> <name>
```