revert tag name in nix flake for OCI images

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-17 03:02:01 -04:00 committed by June
parent 7300103796
commit e95e4b9200
2 changed files with 8 additions and 8 deletions

View file

@ -193,10 +193,10 @@
meta.mainProgram = cargoToml.package.name;
};
mkOciImage = pkgs: package: allocator: tag:
mkOciImage = pkgs: package: allocator:
pkgs.dockerTools.buildLayeredImage {
name = package.pname;
tag = "${tag}";
tag = "main";
# Debian makes builds reproducible through using the HEAD commit's date
created = "@${toString self.lastModified}";
contents = [