update test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user