ci: rename default branch from master to main

This commit is contained in:
zimbatm
2025-12-02 16:41:38 +01:00
parent 87459791ee
commit 10b83cdcf1
5 changed files with 7 additions and 7 deletions

View File

@@ -130,7 +130,7 @@ let
];
Labels = {
# https://github.com/microscaling/microscaling/blob/55a2d7b91ce7513e07f8b1fd91bbed8df59aed5a/Dockerfile#L22-L33
"org.label-schema.vcs-ref" = "master";
"org.label-schema.vcs-ref" = "main";
"org.label-schema.vcs-url" = "https://github.com/nix-community/docker-nixpkgs";
};
};