You've already forked AstralRinth
forked from didirus/AstralRinth
fix: tag Labrinth and Daedalus Docker builds with the right metadata (#4147)
* fix: tag Labrinth and Daedalus Docker builds with the right metadata * chore: make it clear that Labrinth license is AGPL-3.0-only
This commit is contained in:
committed by
GitHub
parent
8e0732bf01
commit
6f59f4c110
@@ -11,7 +11,7 @@ pub async fn index_get() -> HttpResponse {
|
||||
|
||||
"build_info": {
|
||||
"comp_date": env!("COMPILATION_DATE"),
|
||||
"git_hash": env!("GIT_HASH", "unknown"),
|
||||
"git_hash": option_env!("GIT_HASH").unwrap_or("unknown"),
|
||||
"profile": env!("COMPILATION_PROFILE"),
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user