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

14 lines
314 B
Markdown
Raw 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