From 6f407512ac34a7f93435e59d3e999a33f51e1305 Mon Sep 17 00:00:00 2001 From: DatTT127 Date: Sun, 19 Jul 2026 00:43:49 +0700 Subject: [PATCH] update test --- .../deps/implementation/backend_deploy/gitea_modal_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/gitea_modal_build.py b/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/gitea_modal_build.py index 552ca06..7a7a9f2 100644 --- a/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/gitea_modal_build.py +++ b/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/gitea_modal_build.py @@ -84,7 +84,7 @@ def build_and_push( # Explicitly use the inside-container paths workspace_root = Path("/workspace") # Adjust this path if your Dockerfile lives in a specific subdirectory inside your workspace - dockerfile_path = workspace_root + '/' + "deps/implementation/backend_deploy" + "Dockerfile" + dockerfile_path = workspace_root / "deps/implementation/backend_deploy/Dockerfile" # Prepare docker config for Kaniko if pushing to ECR docker_config_dir = None