This commit is contained in:
병준 박 2025-04-14 20:21:09 +00:00
parent c10a857a83
commit 2814d93c07

View File

@ -28,7 +28,7 @@ spec:
description: Secret workspace with files matching secretKeys
results:
- name: kaniko-args
- name: kanikoArgs
description: >
A space-separated string of arguments in the format '--build-arg KEY=VALUE', suitable for passing to the Kaniko executor.
@ -61,4 +61,4 @@ spec:
done
echo "✅ Final build args: $FINAL_ARGS"
echo -n "$FINAL_ARGS" > /tekton/results/kaniko-args
echo -n "$FINAL_ARGS" > /tekton/results/kanikoArgs