use main instead of latest for docker tag

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-01-27 09:08:33 -05:00 committed by June
parent fd19d132eb
commit 81a4f9e539

View file

@ -176,7 +176,7 @@
mkOciImage = pkgs: package:
pkgs.dockerTools.buildImage {
name = package.pname;
tag = "latest";
tag = "main";
config = {
# Use the `tini` init system so that signals (e.g. ctrl+c/SIGINT)
# are handled as expected