set docker tag to latest
This commit is contained in:
parent
dddd75dd86
commit
46ef5b1d28
1 changed files with 2 additions and 1 deletions
|
@ -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}" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue