This repository has been archived on 2024-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
container-images/README.md
2024-04-27 22:38:01 +02:00

12 lines
313 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>
```