set docker tag to latest

This commit is contained in:
41666 2024-06-26 17:58:57 -04:00
parent dddd75dd86
commit 46ef5b1d28

View file

@ -18,7 +18,8 @@
}; };
packages.container = pkgs.dockerTools.buildImage { packages.container = pkgs.dockerTools.buildImage {
name = "plapkit"; name = "noe/plapkit";
tag = "latest";
config = { config = {
Cmd = [ "${packages.default}" ]; Cmd = [ "${packages.default}" ];
}; };