From 880f938be64c8c10c3b96dc1386cfc9c539e5b1a Mon Sep 17 00:00:00 2001 From: "jorisjonkers-dev-agents[bot]" <290081373+jorisjonkers-dev-agents[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 15:09:52 +0000 Subject: [PATCH] fix: pass per-fragment file path to --output in render loop --- actions/deploy-artifact/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/deploy-artifact/run.sh b/actions/deploy-artifact/run.sh index 6a9fc4e..36d06a0 100755 --- a/actions/deploy-artifact/run.sh +++ b/actions/deploy-artifact/run.sh @@ -233,7 +233,7 @@ main() { --context "$context_ref" \ --context-path "$context_file" \ --images "$image_lock_path" \ - --output "out/manifests/${env}" + --output "out/manifests/${env}/${fragment}.yaml" done deploy-config-schema artifact emit-kustomization-health \