update
Some checks failed
Backend EC - Modal Deployment / build-and-push (push) Failing after 54s
Backend EC - Modal Deployment / notify-deploy (push) Has been skipped

This commit is contained in:
DatTT127
2026-07-19 00:46:21 +07:00
parent 6f407512ac
commit 343b4a4511

View File

@@ -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 / "workspace/deps/implementation/backend_deploy/Dockerfile"
# Prepare docker config for Kaniko if pushing to ECR
docker_config_dir = None