lol there's a tag attribute
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cadey Ratio 2020-05-06 10:08:41 -04:00
parent 859e61feb0
commit 73ef09f05b
1 changed files with 2 additions and 1 deletions

View File

@ -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" ];
}