use main instead of latest for docker tag
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
fd19d132eb
commit
81a4f9e539
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@
|
|||
mkOciImage = pkgs: package:
|
||||
pkgs.dockerTools.buildImage {
|
||||
name = package.pname;
|
||||
tag = "latest";
|
||||
tag = "main";
|
||||
config = {
|
||||
# Use the `tini` init system so that signals (e.g. ctrl+c/SIGINT)
|
||||
# are handled as expected
|
||||
|
|
Loading…
Add table
Reference in a new issue