chore(docker): add git branch in docker build

This commit is contained in:
Edouard Vanbelle
2026-06-30 19:16:38 +02:00
parent 962fd42c99
commit 0567082ad5
4 changed files with 47 additions and 3 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ fn git_status() {
println!("cargo:rerun-if-env-changed={k}");
}
println!("cargo:warning=OxiCloud building with git hash: {git_hash} and branch: {git_branch}");
println!("cargo:warning=OxiCloud built with git hash: {git_hash} and branch: {git_branch}");
}
fn git(args: &[&str]) -> Option<String> {