container-images/README.md

14 lines
314 B
Markdown
Raw Permalink Normal View History

# 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>
```
2024-04-27 22:21:42 +00:00