diff --git a/tasks/secret-extract-kaniko/task.yaml b/tasks/secret-extract-kaniko/task.yaml index 1603f30..b0a66d3 100644 --- a/tasks/secret-extract-kaniko/task.yaml +++ b/tasks/secret-extract-kaniko/task.yaml @@ -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 \ No newline at end of file + echo -n "$FINAL_ARGS" > /tekton/results/kanikoArgs \ No newline at end of file