From 9e220eca4545982df83ffcaa66a9b050a3d6f24e Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 20 Jul 2025 16:03:44 -0700 Subject: Fixes silent failures --- .ci/ci.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.ci/ci.ts') diff --git a/.ci/ci.ts b/.ci/ci.ts index 39844d5..e2e375b 100644 --- a/.ci/ci.ts +++ b/.ci/ci.ts @@ -18,6 +18,7 @@ const getPipeline = () => { if (!branch) return gitHookPipeline.build(); const commonBuildArgs = { + context: gitHookPipeline.getSourceDestination(), registry: REGISTRY, namespace: NAMESPACE, imageTag: branch, @@ -27,7 +28,6 @@ const getPipeline = () => { type: 'build_docker_image.js', arguments: { ...commonBuildArgs, - context: gitHookPipeline.getSourceDestination(), repository: IMG + '_base', buildTarget: IMG + '_base', dockerfile: 'Dockerfile', -- cgit v1.2.3-70-g09d2