mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Simplifies the image tag cleanup into classes, fixes the library images caring about feature branches
This commit is contained in:
parent
69913ae250
commit
c3a62268c7
4 changed files with 348 additions and 236 deletions
5
.github/scripts/common.py
vendored
5
.github/scripts/common.py
vendored
|
|
@ -29,6 +29,11 @@ def get_cache_image_tag(
|
|||
|
||||
|
||||
def get_log_level(args) -> int:
|
||||
"""
|
||||
Returns a logging level, based
|
||||
:param args:
|
||||
:return:
|
||||
"""
|
||||
levels = {
|
||||
"critical": logging.CRITICAL,
|
||||
"error": logging.ERROR,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue