some lol and keks

This commit is contained in:
ITQ
2025-03-03 00:42:08 +03:00
parent 1b8ac75506
commit 9a002627f7
4 changed files with 29 additions and 11 deletions
+1 -1
View File
@@ -14,5 +14,5 @@ REGISTRY_PASSWORD = os.getenv("REGISTRY_USERNAME", None)
REGISTRY_URL = os.getenv("REGISTRY_URL", "gitlab.prodcontest.ru:5050")
DOCKER_IMAGE = os.getenv(
"IMAGE", default="gitlab.prodcontest.ru:5050/team-15/project/custom-python"
"DOCKER_IMAGE", default="gitlab.prodcontest.ru:5050/team-15/project/custom-python"
)