chore: add version to slopvivors_docker output
This commit is contained in:
@@ -158,7 +158,7 @@
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
slopvivors_docker = pkgs.dockerTools.buildLayeredImage {
|
slopvivors_docker = pkgs.dockerTools.buildLayeredImage {
|
||||||
name = "slopvivors-docker";
|
name = "slopvivors-docker-${version}";
|
||||||
tag = version;
|
tag = version;
|
||||||
created = "now";
|
created = "now";
|
||||||
contents = [
|
contents = [
|
||||||
|
Reference in New Issue
Block a user