update flow
This commit is contained in:
@@ -1397,6 +1397,11 @@ except Exception:
|
||||
# If git detection fails, that's fine - use base version
|
||||
pass
|
||||
|
||||
# Check for Gitea build environment variable
|
||||
if os.environ.get("GITEA_BUILD") == "true":
|
||||
if "-" not in version: # Don't double-add suffixes
|
||||
version = f"{version}-gitea"
|
||||
|
||||
app = FastAPI(
|
||||
title="NFOGuard",
|
||||
description="Webhook server for preserving media import dates",
|
||||
|
||||
Reference in New Issue
Block a user