lol there's a tag attribute
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
859e61feb0
commit
73ef09f05b
|
@ -35,7 +35,8 @@ let
|
|||
'';
|
||||
};
|
||||
in pkgs.dockerTools.buildLayeredImage {
|
||||
name = "xena/lewa-book:${version}";
|
||||
name = "xena/lewa-book";
|
||||
tag = version;
|
||||
contents = [ book nur.repos.xe.quickserv ];
|
||||
config.Cmd = [ "/bin/quickserv" "-port=9001" "-dir=/book" ];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue