revert tag name in nix flake for OCI images
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
7300103796
commit
e95e4b9200
2 changed files with 8 additions and 8 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue