Simplifies the image tag cleanup into classes, fixes the library images caring about feature branches

This commit is contained in:
Trenton H
2022-10-13 15:56:11 -07:00
parent 5c1ca4676d
commit e17c915048
4 changed files with 348 additions and 236 deletions

View File

@@ -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,